From 64f70f245a1439138757910810873a0e3134ab53 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Fri, 6 Jul 2018 08:27:28 +0700 Subject: [PATCH] Remove unnecessary py27 testenv 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 --- tox.ini | 3 --- 1 file changed, 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 =