update travis
This commit is contained in:
parent
2aab33ce90
commit
05dcdd9b80
|
@ -4,7 +4,9 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
install: pip install mock pytest pytest-cov coveralls
|
||||
install:
|
||||
- pip install mock pytest pytest-cov coveralls
|
||||
- pip install -e .
|
||||
script: py.test jellyfish/test.py --cov jellyfish
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
Loading…
Reference in New Issue