Point Travis CI and the right test-requirements.txt file

This commit is contained in:
Robert Smallshire
2015-01-31 09:00:00 +01:00
parent 842e16f591
commit c9e9e7c599
+1 -1
View File
@@ -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