Skip to content

Commit

Permalink
Test on 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Oct 27, 2020
1 parent 62b4c27 commit 2de90cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ matrix:
env: TOXENV=py38
dist: xenial
sudo: true
- python: "3.9-dev"
env: TOXENV=py39
dist: xenial
sudo: true
#power_jobs
- python: "3.5"
env: TOXENV=py35
Expand All @@ -33,8 +37,13 @@ matrix:
dist: xenial
sudo: true
arch: ppc64le
- python: "3.9-dev"
env: TOXENV=py39
dist: xenial
sudo: true
arch: ppc64le
# Disable version pypy3
jobs:
jobs:
exclude:
- arch: ppc64le
python: pypy3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, py38, pypy3
envlist = py35, py36, py37, py38, py39, pypy3

[testenv]
deps =
Expand Down

0 comments on commit 2de90cf

Please sign in to comment.