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.
2 parents 7447a4f + 5ed7713 commit eeb9711Copy full SHA for eeb9711
.travis.yml
@@ -6,9 +6,9 @@ sudo: false
6
matrix:
7
include:
8
- python: "3.7"
9
- env: TOXENV=ci37
+ env: TOXENV=py37
10
- python: "3.8"
11
- env: TOXENV=ci38
+ env: TOXENV=py38
12
13
cache:
14
- pip
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = ci37,ci38,cov-report
+envlist = py37,py38,cov-report
3
4
5
[testenv]
0 commit comments