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 3ac3437 commit 7365799Copy full SHA for 7365799
.travis.yml
@@ -2,7 +2,7 @@ dist: xenial
2
language: python
3
matrix:
4
include:
5
- - python: 3.7
+ - python: 3.8
6
env: TOXENV=flake8
7
- python: 3.5
8
env: TOXENV=py35
@@ -14,7 +14,7 @@ matrix:
14
env: TOXENV=py38
15
- python: pypy3
16
env: TOXENV=pypy3
17
18
env: TOXENV=docs
19
install:
20
- pip install tox
0 commit comments