summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-06 08:27:28 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-06 08:27:28 +0700
commit64f70f245a1439138757910810873a0e3134ab53 (patch)
treeef77f429d04be08534cc5fafa10db540f61cc23f
parent963a7d8eb7e61f280114597f4e78b5fe4276aa7e (diff)
downloadstevedore-64f70f245a1439138757910810873a0e3134ab53.tar.gz
Remove unnecessary py27 testenvrocky-em1.29.0
The pyNN factors automatically set basepython unless explicitly requested otherwise. Therefore, "testenv:py27" section are unnecessary and should be removed as the recommendation from Stephen in [1] [1] https://review.openstack.org/#/c/580250/3/tox.ini@15 Change-Id: I07428041f70c68520c451589fc65cb586741b69b
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 02aa5b3..29807e8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,9 +11,6 @@ deps =
distribute = False
commands = stestr run {posargs}
-[testenv:py27]
-basepython = python2.7
-
[testenv:venv]
basepython = python3
deps =