Travis update

This commit is contained in:
Manuel Ebert 2014-11-06 12:38:57 +01:00
parent 1b98b3a3e5
commit fbecc6d062
2 changed files with 9 additions and 9 deletions

View file

@ -5,8 +5,8 @@ python:
- "3.3"
- "3.4"
install:
- "pip install -e . --use-mirrors"
- "pip install pycrypto>=2.6 --use-mirrors"
- "pip install -e ."
- "pip install pycrypto>=2.6"
- "pip install -q behave"
# command to run tests
script: