Use Travis-CI without requirements.txt

This commit is contained in:
William Minchin 2014-01-28 16:08:22 -07:00
parent 7065cafe01
commit 15ae3857ad

View file

@ -4,7 +4,7 @@ python:
- "2.7"
- "3.3"
install:
- "pip install -q -r requirements.txt --use-mirrors"
- "pip install -e . --use-mirrors"
- "pip install -q behave"
# command to run tests
script: