add .travis.yml

This commit is contained in:
codl 2017-11-27 00:44:42 +01:00
parent b993878100
commit 9c490fc387
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "3.6"
- "2.7"
install: pip install .
script: python setup.py pytest