update travis

This commit is contained in:
James Turk 2014-08-11 14:44:32 -04:00
parent 2aab33ce90
commit 05dcdd9b80
1 changed files with 3 additions and 1 deletions

View File

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