added basic travis-definition

This commit is contained in:
thomasDOTde 2017-11-02 01:31:50 +01:00
parent fc8bc2b2e7
commit 17b820923c

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
install:
- pip install -r requirements.txt