Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Callek committed Jan 7, 2015
1 parent 37c0046 commit f96e697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ install:
- "pip install rednose coverage"

script:
- PYTHONPATH=vendor/lib/python coverage run nosetests -v auslib/test
- PYTHONPATH=vendor/lib/python nosetests --with-coverage -v auslib/test
- coverage run -a scripts/test-rules.py -v
- pyflakes $(find . \( -iname "*.py" -or -iname "*.wsgi" \) -not -path "*vendor*")

Expand Down

0 comments on commit f96e697

Please sign in to comment.