add .travis.yml

pull/109/head
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
1 changed files with 7 additions and 0 deletions

7
.travis.yml git.filemode.normal_file
View File

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