summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorpamaron <ernesto.arbitrio@gmail.com>2020-10-04 15:38:05 +0200
committerGitHub <noreply@github.com>2020-10-04 15:38:05 +0200
commit8be6afd9e1162d2fcd96b8640d902857f9691883 (patch)
tree5a5df445d766b07f9c136d3d9ec368aca07de7b6 /tox.ini
parent7fb64dc75ff9e3635c5f3d5b76454b6145fc5f9d (diff)
Enable Python3.9 env for test suite and VMs (#5373)
for now, skip fuse for py39 -- llfuse does not support py39 yet use brew update >/dev/null so travis does not complain about too much output
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 3c6ad6d56..739629f9e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
-envlist = py{35,36,37,38},flake8
+envlist = py{35,36,37,38,39},flake8
[testenv]
deps =