Skip to content

Commit 5230569

Browse files
committed
User proper tox environment for Python 3.9
1 parent bde4ae1 commit 5230569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ matrix:
55
env: TOXENV=black,flake8,mypy,docs,manifest
66
python: 3.8
77
- name: Unit tests with Python 3.9
8-
env: TOXENV=py38
9-
python: 3.8
8+
env: TOXENV=py39
9+
python: 3.9
1010
- name: Unit tests with Python 3.8
1111
env: TOXENV=py38
1212
python: 3.8

0 commit comments

Comments
 (0)