This commit is contained in:
James Turk 2017-10-02 13:18:38 -04:00
parent 970f61fea6
commit 60b2d88ba6
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
sudo: false
language: python
install: pip install tox
script: tox
python:
- "2.7"
- "3.5"
- "3.6"
- "pypy"
install: pip install -e .
script: py.test jellyfish/test.py
after_success:
- coveralls
notifications: