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 2ac834a commit 2d19787
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@ python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
- pypy3
matrix:
include:
- name: "2.7-pure"
python: "2.7"
env: PURE_PYTHON=1
- python: "3.7"
dist: xenial
- name: "3.7-pure"
python: "3.7"
env: PURE_PYTHON=1
dist: xenial
- python: "3.8"
dist: xenial
- 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 coveralls coverage coverage-python-version
- pip install -U six
Expand Down

0 comments on commit 2d19787

Please sign in to comment.