Should be using test requirements

This commit is contained in:
Gavin M. Roy 2014-08-29 11:11:51 -04:00
parent 9bd58d89ad
commit 0506a0d91b

View file

@ -9,7 +9,7 @@ python:
- 3.3
- 3.4
install:
- pip install -r dev-requirements.txt
- pip install -r test-requirements.txt
- pip install -e .
script: nosetests
after_success: