summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2020-12-04 22:40:54 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2020-12-04 22:40:54 +0100
commit6c4bf438178b7f25289ee1c7dd26c67f40ada118 (patch)
tree36cce944d9ed5f347d3a89a93aaf58eaff970f63 /tox.ini
parentb444c0d9f69d990a3bbb8938317e761ac4eaf64f (diff)
tox: add a non-fuse env to the envlist
without this, openbsd and openindiana (which both skip all ".*fuse.*" envs) would not run any tests. on platforms that have fuse, skip the "none" envs to not execute duplicate tests.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0b4508363..7b29f8a1b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
-envlist = py{36,37,38,39}-fuse{2,3}
+envlist = py{36,37,38,39}-{none,fuse2,fuse3}
[testenv]
deps =