Skip to content

Commit

Permalink
Use a working Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 12, 2020
1 parent 1edd177 commit 83780a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9-dev
- pypy
- pypy3
matrix:
Expand All @@ -17,6 +16,12 @@ matrix:
- name: "3.7-pure"
python: "3.7"
env: PURE_PYTHON=1
- name: "3.9-dev"
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 zc.buildout
- pip install coveralls coverage
Expand Down

0 comments on commit 83780a9

Please sign in to comment.