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 8ec30ee commit 6591a31Copy full SHA for 6591a31
tox.ini
@@ -1,7 +1,6 @@
1
[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
+# Coverage is missing on later version of Python
+envlist = {py27,py35,py36}{,-cov,-diffcov},py37,py38,qa,docs
5
skip_missing_interpreters = True
6
7
0 commit comments