summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b66a576..ee88674 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ matrix:
- python: pypy-5.3
env: TOXENV=pypy
-install: pip install tox coveralls
+install: pip install cryptography==2.0.3 tox coveralls
script: tox
after_success: coveralls