summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2019-04-15 09:42:41 +0800
committerZhongShengping <chdzsp@163.com>2019-04-29 08:39:54 +0800
commitd9a63f7cb05f78f15315935a5635e08bd30fe78f (patch)
treeb4ce316f0d9028f6b91dc6831b9285b46bc7846d /tox.ini
parent4e63540245da0a910d6e69fb4a0cd56c45ec46a4 (diff)
downloadtrove-d9a63f7cb05f78f15315935a5635e08bd30fe78f.tar.gz
Update min tox version to 2.0
The commands used by constraints need at least tox 2.0. Update to reflect reality, which should help with local running of constraints targets. Change-Id: Ifc2c2ad88d77fb2590b5bb598458bdfd4a423a9e
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 c939b248..410b857b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = py27,py36,pep8,apiexamples,cover,api-ref,releasenotes,bandit,fakemodetests,pylint
-minversion = 1.6
+minversion = 2.0
skipsdist = True
[testenv]