travis: Fix nosetests argument

This commit is contained in:
Stein Magnus Jodal 2013-10-06 20:41:09 +02:00
parent 5246ab6bf0
commit 6f3597d6a9

View File

@ -12,7 +12,7 @@ before_script:
script:
- "flake8 $(find . -iname '*.py')"
- "nosetests --with-coverage --coverage-package=mopidy"
- "nosetests --with-coverage --cover-package=mopidy"
after_success:
- "coveralls"