Fix Travis

This commit is contained in:
Ahmed Bodiwala 2014-04-20 13:29:50 +00:00
parent a2dce6593a
commit 1a72a9e7b6

View File

@ -6,7 +6,6 @@ python:
- "3.3" - "3.3"
# command to install dependencies # command to install dependencies
install: install:
- "pip install ."
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
# command to run tests # command to run tests
script: nosetests script: nosetests