added travis pipeline

This commit is contained in:
Evgeny Ezhov 2018-05-10 11:59:19 +03:00
parent 41d2f51783
commit 3f50866118

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "2.7"
install:
- python setup.py develop
script:
- python setup.py test