Remove unnecessary pyNN testenv

The pyNN factors automatically set basepython
unless explicitly requested otherwise.
Therefore, "testenv:py35" and "testenv:py27" sections
are unnecessary and should be removed.

Change-Id: I8ffed1b55324ebcec12a3f612a85de76ef362d1d
This commit is contained in:
Vu Cong Tuan 2018-06-25 09:21:47 +07:00
parent ebad161c89
commit 274aac47b7
1 changed files with 0 additions and 6 deletions

View File

@ -24,12 +24,6 @@ commands =
bandit -r oslo_service -n5 -x tests
doc8 --ignore-path "doc/source/history.rst" doc/source
[testenv:py35]
basepython = python3.5
[testenv:py27]
basepython = python2.7
[testenv:venv]
basepython = python3
commands = {posargs}