diff --git a/.travis.yml b/.travis.yml index d01995e7..d2c0318a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ install: - pip install pylint - pip install pyflakes - pip install pep8 -before_script: + - pip install nosetests +script: - pep8 headphones - pylint headphones - pyflakes headphones -script: - nosetests headphones