diff --git a/.travis.yml b/.travis.yml index 970350f..aff3769 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - "3.4" # command to install dependencies install: - - "pip install -r requirements.txt" + - "pip install -r test/test-requirements.txt" # command to run tests script: nosetests