Test Python 3.9-dev and 3.10-dev on Travis CI
This commit is contained in:
parent
1844c65f81
commit
0300b52b4b
2 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,8 @@ matrix:
|
|||
- python: 3.7
|
||||
- python: 3.6
|
||||
- python: 3.5
|
||||
- python: 3.9-dev
|
||||
- python: 3.10-dev
|
||||
- python: pypy3
|
||||
|
||||
install:
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py38, py37, py36, py35, pypy3
|
||||
envlist = py{36, 37, 38, 39, 310, py3}
|
||||
|
||||
[testenv]
|
||||
extras = tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue