From 45a77568285b63c702eac550de523d003c59b49b Mon Sep 17 00:00:00 2001 From: Jesse Mullan Date: Sat, 1 Nov 2014 18:00:16 -0700 Subject: [PATCH] Apparently there is no nosetests package in pip --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 76baa317..ffe32816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ install: - pip install pylint - pip install pyflakes - pip install pep8 - - pip install nosetests script: - pep8 headphones - pylint --rcfile=pylintrc headphones