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
This commit is contained in:
Vu Cong Tuan 2018-07-06 08:27:28 +07:00
parent 963a7d8eb7
commit 64f70f245a
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ deps =
distribute = False
commands = stestr run {posargs}
[testenv:py27]
basepython = python2.7
[testenv:venv]
basepython = python3
deps =