summaryrefslogtreecommitdiffstats
path: root/hpa/tox.ini
diff options
context:
space:
mode:
authorHaibin Huang <haibin.huang@intel.com>2020-02-07 20:44:58 +0800
committerHaibin Huang <haibin.huang@intel.com>2020-02-07 21:08:17 +0800
commit7c4fe65b4af78570129ac07ce2dd5436b4c915e7 (patch)
treecd68774858d17a9ee7d4c3c62569582ddb4ccc05 /hpa/tox.ini
parent2c84ff5d8932ddb2783fcdd2ea55536a2804f1b1 (diff)
Fix python 3.5 cannot be found problem
Issue-ID: MULTICLOUD-695 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I124799069c64f729dbb449e2228f83844a5c9a18
Diffstat (limited to 'hpa/tox.ini')
-rw-r--r--hpa/tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/hpa/tox.ini b/hpa/tox.ini
index 8727707e..18670499 100644
--- a/hpa/tox.ini
+++ b/hpa/tox.ini
@@ -1,8 +1,11 @@
[tox]
-envlist = py35
+envlist = py36
[testenv]
deps =
-
+basepython =
+ py36: python3
+ cov: python3
+ pylint: python3
commands =
python3 -m unittest discover