[Travis-CI] manually install PyCrypto

This commit is contained in:
William Minchin 2014-01-28 16:17:13 -07:00
parent 15ae3857ad
commit 7f26b6cec5

View file

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