diff options
| author | huang.zhiping <huang.zhiping@99cloud.net> | 2018-10-21 02:56:10 +0000 |
|---|---|---|
| committer | huang.zhiping <huang.zhiping@99cloud.net> | 2018-10-21 02:56:25 +0000 |
| commit | 494c332f62b6c8dcbfd598f6ed2a778a061a9362 (patch) | |
| tree | 4107435fcc5c202035bfc37d3b10430f1b2d0c62 | |
| parent | ba873aef344149abdf8b490de8d9f82c49bbf82a (diff) | |
| download | python-troveclient-494c332f62b6c8dcbfd598f6ed2a778a061a9362.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: I8a8766706f60a75c546fa338943630a28f3670f2
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [tox] envlist = py35,py27,pypy,pep8 -minversion = 1.6 +minversion = 2.0 skipsdist = True [testenv] |
