Add initial travis file

asyncgen_closing_fix
Tyler Goodlet 2018-07-11 22:28:05 -04:00
parent a26d6f831f
commit 1b41b7b6b7
1 changed files with 13 additions and 0 deletions

13
.travis.yml 100644
View File

@ -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/