Skip to content

Commit

Permalink
Adjust PyPy version for use with Xenial Xerus.
Browse files Browse the repository at this point in the history
Also add support for PyPy 3.5.

modified:   .travis.yml
modified:   CHANGES.rst
  • Loading branch information
jugmac00 committed Apr 29, 2019
1 parent f67f87f commit ea0ce99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,9 @@ python:
- 3.6
- 3.7
- 3.8-dev
- pypy-5.4.1
- pypy2.7-6.0.0
- pypy3.5-6.0.0

script:
- coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress

Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -7,6 +7,8 @@

- Add support for Python 3.7 and 3.8.

- Add support for PyPy 3.5.

- Drop support for Python 3.4.


Expand Down

0 comments on commit ea0ce99

Please sign in to comment.