Skip to content

Commit

Permalink
tox.ini: Replace py38 with py38-nocover in default envlist
Browse files Browse the repository at this point in the history
Coverage is still broken with Python 3.8 (#1173). Don't enable it by
default.
  • Loading branch information
juergbi committed Aug 12, 2020
1 parent 2f19be3 commit 62dbb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Tox global configuration
#
[tox]
envlist = py{36,37,38}
envlist = py{36,37},py38-nocover
skip_missing_interpreters = true
isolated_build = true

Expand Down

0 comments on commit 62dbb18

Please sign in to comment.