Skip to content

Commit

Permalink
Force a newer PyPy for the cryptography dependency we get from urllib…
Browse files Browse the repository at this point in the history
…3 via coveralls.
  • Loading branch information
jamadden committed Aug 18, 2017
1 parent 0c10e9d commit f18693a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,10 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
# Force a newer PyPy on the old 'precise' CI image.
# After September 2017 this should be the default and the version
# pin can be removed.
- pypy-5.6.0
- pypy3.5-5.8.0
install:
- pip install -U pip setuptools
Expand Down

0 comments on commit f18693a

Please sign in to comment.