Add initial travis file
parent
a26d6f831f
commit
1b41b7b6b7
|
@ -0,0 +1,13 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- '3.6'
|
||||||
|
# setup.py reading README breaks this?
|
||||||
|
# - pypy
|
||||||
|
# - nightly
|
||||||
|
|
||||||
|
install:
|
||||||
|
- cd $TRAVIS_BUILD_DIR
|
||||||
|
- pip install . -r requirements-test.txt
|
||||||
|
|
||||||
|
script:
|
||||||
|
- pytest tests/
|
Loading…
Reference in New Issue