[Travis-CI] manually install PyCrypto

This commit is contained in:
William Minchin 2014-01-28 16:17:13 -07:00
parent fb23c41bba
commit 0790204a85

View file

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