summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-06-30 21:02:19 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-06-30 21:02:19 +0200
commit55314f807e89d19f50fb4682adca0fb84ab0d1aa (patch)
tree6c607270d13193a087d72b483befc19591211c9c /tox.ini
parent15d1699d48c5e25cc492652c41b53a08274ff3d9 (diff)
drop support for python 3.5, fixes #3919
if you do not have python 3.6.x, you can still use borg 1.1.x or 1.0.x. another option is to use the fat binary from github releases, which includes python 3.6 and all other stuff needed.
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 8fb3f31bd..2f888ef8d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
-envlist = py{35,36},flake8
+envlist = py{36},flake8
[testenv]
deps =