Skip to content

Commit 6591a31

Browse files
committed
Correct tox envlist comment
1 parent 8ec30ee commit 6591a31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[tox]
2-
# Don't cover Python 3.7 since this is just a shim for that version. Do at
3-
# least make sure we don't regress!
4-
envlist = {py27,py35,py36}{,-cov,-diffcov},{py37,py38},qa,docs
2+
# Coverage is missing on later version of Python
3+
envlist = {py27,py35,py36}{,-cov,-diffcov},py37,py38,qa,docs
54
skip_missing_interpreters = True
65

76

0 commit comments

Comments
 (0)