summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2017-10-18 23:57:51 +0900
committerHsiaoming Yang <me@lepture.com>2017-10-19 00:04:06 +0900
commitc1eda9f1c92f7110ad41af5e48864bfb2ac37c7c (patch)
tree44291311092e9dd4c85f9ac246b59d9ed3993ab6 /.travis.yml
parentc6b11373648af4b81367b0424b65b15ee8b58261 (diff)
downloadoauthlib-c1eda9f1c92f7110ad41af5e48864bfb2ac37c7c.tar.gz
Fix travis for PyPy
This is due to https://github.com/pyca/cryptography/pull/3970
Diffstat (limited to '.travis.yml')
-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