Skip to content

Commit

Permalink
Try out Python 3.9 on TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 28, 2020
1 parent f93a575 commit 86ec4ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ jobs:
include:
- python: "3.7"
env: PURE_PYTHON=1
- python: "2.7"
env: PURE_PYTHON=1
- python: "3.9-dev"
# needed until https://travis-ci.com/icemac/test-travis-dev is green
before_install:
- /opt/python/3.9-dev/bin/python -m venv py39
- . py39/bin/activate

install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down

0 comments on commit 86ec4ad

Please sign in to comment.