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 64b081d commit 42e5c87
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 @@ -5,7 +5,7 @@ python:
- 3.3
- 3.4
- 3.5
- pypy
- pypy-5.4.1
- pypy3
install:
- pip install coverage coveralls -e .
Expand Down

0 comments on commit 42e5c87

Please sign in to comment.