Skip to content

Commit 6fdaf3d

Browse files
committed
test: add py39 to tox, use for nightly in Travis
1 parent 8609591 commit 6fdaf3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
- python: "3.8"
2424
env: TOXENV=py38
2525
- python: "nightly"
26-
env: TOXENV=py38
26+
env: TOXENV=py39
2727
- python: "pypy3.6-7.1.1"
2828
env: TOXENV=pypy3
2929
- python: "3.8"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py33, py34, py35, py36, py37, py38, pypy3, lint
2+
envlist = py33, py34, py35, py36, py37, py38, py39, pypy3, lint
33
skip_missing_interpreters = True
44

55
[testenv]

0 commit comments

Comments
 (0)