travis fix

This commit is contained in:
Sumpfork 2015-11-10 17:02:34 -08:00
parent 9ab83ac4c8
commit 1426214175

View File

@ -3,6 +3,7 @@ python:
- "2.7"
# command to install dependencies
install:
- pip install -U setuptools
- pip install .
# command to run tests
script: nosetests