From 7d90afb680296048c003aa81700de63aa0c5c7a1 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Tue, 6 Jan 2015 23:57:23 -0500 Subject: [PATCH] Fix coveralls --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5320ef8be7..0d1f9fe9cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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*") @@ -22,7 +22,7 @@ after_success: notifications: irc: channels: - - "irc.mozilla.org#releng" + - "irc.mozilla.org#callek" on_success: always on_failure: always template: