add .travis.yml
parent
b993878100
commit
9c490fc387
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
- "2.7"
|
||||
|
||||
install: pip install .
|
||||
script: python setup.py pytest
|
Loading…
Reference in New Issue