Skip to content

Commit

Permalink
Use PyPy 5.3.1 in TravisCI.
Browse files Browse the repository at this point in the history
With the default version (2.5.0), `pip install coveralls` build fails with

    RuntimeError: cryptography 1.9 is not compatible with PyPy < 5.3. Please
    upgrade PyPy to use this library.

According to https://docs.travis-ci.com/user/languages/python/ it should be
available in TravisCI.
  • Loading branch information
s3rvac committed Aug 28, 2017
1 parent b3b5caa commit cfc0472
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.3.1
- pypy3
install:
- pip install flake8
Expand Down

0 comments on commit cfc0472

Please sign in to comment.