Skip to content

Commit

Permalink
Change the configuration for TravisCI to build on pypy and pypy3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed May 13, 2020
1 parent 85007b1 commit 73c3aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ python:
- "3.7"
- "3.8"
- "3.9-dev" # 3.9 development branch
- "pypy3" # some unit tests fail
- "pypy"
- "pypy3"
jobs:
allow_failures:
- python: "3.9-dev"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Fix
---


Other
-----

- Change the configuration for TravisCI to build on pypy and pypy3.


v1.2.9 (2020-04-10)
===================

Expand Down

0 comments on commit 73c3aa7

Please sign in to comment.