diff options
author | Jürg Billeter <j@bitron.ch> | 2020-08-12 13:30:37 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-08-12 13:30:37 +0200 |
commit | 62dbb18e9a75060dd07b30fd9aeeea1dcc7d4051 (patch) | |
tree | da5ac0bb2372e8d2978cd8e2e9b0e4ba23db8ca7 | |
parent | 2f19be370216933208d19608c8a6f128c34a95b2 (diff) | |
download | buildstream-62dbb18e9a75060dd07b30fd9aeeea1dcc7d4051.tar.gz |
tox.ini: Replace py38 with py38-nocover in default envlist
Coverage is still broken with Python 3.8 (#1173). Don't enable it by
default.
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |