diff --git a/.travis.yml b/.travis.yml index 7d9eb17..23f367d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: # command to install dependencies install: - "pip install ." - - "pip install nose" + - "pip install -r test-requirements.txt" # command to run tests script: nosetests