From 274aac47b702d2d304a08f7e61b21b6f7a028975 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 25 Jun 2018 09:21:47 +0700 Subject: [PATCH] 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 --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tox.ini b/tox.ini index 8a3cc739..a111533b 100644 --- a/tox.ini +++ b/tox.ini @@ -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}