Skip to content

Commit

Permalink
readded coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tschellenbach committed Nov 10, 2014
1 parent af40ae3 commit 23c8883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,9 +11,10 @@ install:
- pip install pep8==1.5.7 --use-mirrors
- pip install python-coveralls --use-mirrors
- pip install python-dateutil --use-mirrors
- pip install pytest-cov==1.8.1 --use-mirrors
- pip install -e .
script:
- py.test stream/tests.py -sl
- py.test stream/tests.py -slv --cov stream --cov-report term-missing
after_script:
# ensure we validate against pep standards
- "pep8 --exclude=migrations --ignore=E501,E225,W293 stream"
Expand Down

0 comments on commit 23c8883

Please sign in to comment.