summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2017-10-18 23:57:51 +0900
committerHsiaoming Yang <me@lepture.com>2017-10-20 00:13:30 +0900
commit2c470428a99bb726384ea95f030e37756284f22c (patch)
treedef3b2c167713d73bec708e1872653a97c38e61c
parent8214d8acea49e1546ec2ed381ac341beae6edc8b (diff)
downloadoauthlib-2c470428a99bb726384ea95f030e37756284f22c.tar.gz
Fix travis for PyPy
This is due to https://github.com/pyca/cryptography/pull/3970
-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