Skip to content

Commit

Permalink
Try out Python 3.9 on TravisCI. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 5, 2020
1 parent 49c9ffb commit bac5a48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9-dev

jobs:
include:
Expand Down Expand Up @@ -101,8 +102,8 @@ before_install:
fi
install:
- pip install -U pip setuptools cffi wheel coverage coveralls
- pip install -U -e .[test]
- python -m pip install -U pip setuptools cffi wheel coverage coveralls
- python -m pip install -U -e .[test]

script:
- python --version
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
``PersistentMapping.popitem`` to no longer mark the object as
changed if it was empty.

- Add support for Python 3.9a3+.
- Add preliminary support for Python 3.9a3+.
See `issue 124 <https://github.com/zopefoundation/persistent/issues/124>`_.


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py35,py36,py37,py37-pure,py38,py27-pure,pypy,pypy3,coverage,docs
py27,py35,py36,py37,py37-pure,py38,py39,py27-pure,pypy,pypy3,coverage,docs

[testenv]
deps =
Expand Down

0 comments on commit bac5a48

Please sign in to comment.