summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-07-29 19:33:18 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2017-07-29 20:55:04 +0200
commita5c6a50ebece4df460af28c11c37b114dcf26c60 (patch)
treeeb66c5907f55b5132cb9c48b28892284a355ec82 /tox.ini
parentbccff3413bb936c081a4f5a7a9a63c6eb153cf5b (diff)
increase Python minimum requirement to 3.5.0
also: - drop testing on 3.4 - add some TODO for the docs and vagrant machines
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 2e04bf2e7..8fb3f31bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
-envlist = py{34,35,36},flake8
+envlist = py{35,36},flake8
[testenv]
deps =