From 7f26b6cec5bb30e05e1f9fcc110241118103adc7 Mon Sep 17 00:00:00 2001 From: William Minchin Date: Tue, 28 Jan 2014 16:17:13 -0700 Subject: [PATCH] [Travis-CI] manually install PyCrypto --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5b5972f0..12928624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: