Skip to content

Commit

Permalink
Fix pypy on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Aug 25, 2017
1 parent 55da024 commit bc5b2eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,11 @@ python:
- 3.4
- 3.5
- 3.6
- pypy
# Force a newer PyPy on the old 'precise' CI image
# in order to install 'cryptography' needed for coveralls
# 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 bc5b2eb

Please sign in to comment.