We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde4ae1 commit 5230569Copy full SHA for 5230569
.travis.yml
@@ -5,8 +5,8 @@ matrix:
5
env: TOXENV=black,flake8,mypy,docs,manifest
6
python: 3.8
7
- name: Unit tests with Python 3.9
8
- env: TOXENV=py38
9
- python: 3.8
+ env: TOXENV=py39
+ python: 3.9
10
- name: Unit tests with Python 3.8
11
env: TOXENV=py38
12
0 commit comments