Skip to content

Commit

Permalink
Ask for newer PyPy on Travis
Browse files Browse the repository at this point in the history
Otherwise pip install fails with

  RuntimeError: cryptography 1.9 is not compatible with PyPy < 5.3
  • Loading branch information
mgedmin committed Sep 1, 2017
1 parent 52567e6 commit 0618b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
- pypy-5.4.1
- pypy3.3-5.2-alpha1
install:
- pip install mock coverage coveralls
Expand Down

0 comments on commit 0618b21

Please sign in to comment.