tox.ini: Extend testing to py39

This commit is contained in:
Michał Górny
2020-07-31 20:16:41 +02:00
committed by Bruno Oliveira
parent 94bdd18a03
commit bcfbf9f94b
2 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ jobs:
env: TOXENV=py36-pytestlatest env: TOXENV=py36-pytestlatest
- python: "3.7" - python: "3.7"
env: TOXENV=py37-pytestlatest env: TOXENV=py37-pytestlatest
- python: "3.9-dev"
env: TOXENV=py39-pytestlatest
- python: "3.8" - python: "3.8"
env: TOXENV=py38-pytestmaster env: TOXENV=py38-pytestmaster

View File

@@ -1,7 +1,7 @@
[tox] [tox]
envlist= envlist=
linting linting
py{35,36,37,38}-pytestlatest py{35,36,37,38,39}-pytestlatest
py38-pytestmaster py38-pytestmaster
[testenv] [testenv]