Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Callek committed Jan 7, 2015
1 parent f96e697 commit 7d90afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,10 +6,10 @@ python:
install:
- "pip install -r requirements/dev.txt"
- "pip install -r requirements/compiled.txt"
- "pip install rednose coverage"
- "pip install rednose coverage coveralls"

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

Expand All @@ -22,7 +22,7 @@ after_success:
notifications:
irc:
channels:
- "irc.mozilla.org#releng"
- "irc.mozilla.org#callek"
on_success: always
on_failure: always
template:
Expand Down

0 comments on commit 7d90afb

Please sign in to comment.