travis
This commit is contained in:
parent
970f61fea6
commit
60b2d88ba6
10
.travis.yml
10
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue