diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-04-21 00:19:38 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-04-21 02:56:45 -0400 |
commit | 56b5afa17e54e789715a5b22711e27a44a25168c (patch) | |
tree | 9bcb18f08a1683757fe69e7007a1a1932668ee05 | |
parent | faa79a9c2ffe8e1bd7ffef6e1b99ca30bd549641 (diff) |
fix tox error
see logs
https://build.opnfv.org/ci/job/dovetail-verify-master/560/console
Change-Id: Ifa66087c4c8fcbaae809aae380587a4f03eded6c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [tox] -minversion = 1.6 +minversion = 2.5 skipsdist = True -envlist = py27,pep8 +envlist = pep8,py27 [testenv] basepython=python2 |