Ensure travis installs test-requirements.txt

This commit is contained in:
Joshua Harlow
2015-03-10 11:21:27 -07:00
parent 6bd3073bd0
commit bfffbfe4ff

View File

@@ -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