commit | d771e34d2432b914827bbf51340ec9b756b5d82b | [log] [tgz] |
---|---|---|
author | Manik Bindlish <manikbindlish19@gmail.com> | Fri Nov 02 05:02:36 2018 +0000 |
committer | Manik Bindlish <manikbindlish19@gmail.com> | Fri Nov 02 05:04:09 2018 +0000 |
tree | bc440feafe71dc9df03c5ff45b5bc657c47c0225 | |
parent | 4877f1d43259de39e9029aea90046351a0c3fb35 [diff] [blame] |
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: I343da220ef68a56448042046bf644b964ef71f62
diff --git a/tox.ini b/tox.ini index ea9abf1..bc829d2 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,5 +1,5 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = pep8,py35,py27 skipsdist = True