remove python2.7 test for python3 migrate 55/68855/2
authorrexlee8776 <limingjiang@huawei.com>
Mon, 11 Nov 2019 12:10:31 +0000 (12:10 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Mon, 18 Nov 2019 06:52:07 +0000 (06:52 +0000)
JIRA: YARDSTICK-1625

Change-Id: I0961bb5ef4d163aadc0bd0fdb9cdfda391e2fb17
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 34fe9eb..8f86a01 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
 minversion = 2.0
 skipsdist = True
-envlist = py{27,3},pep8,functional{,-py3},coverage
+envlist = py3,pep8,functional-py3,coverage
 
 [testenv]
 usedevelop=True