remove py27 tox env for tht

py27 tox jobs are not running.
clean up tox.ini

Change-Id: Id14f2a2afc55a259737d0279038abff76fc848af
This commit is contained in:
Wes Hayutin 2020-03-24 20:04:34 -06:00
parent 8e0ef7156b
commit 3370d7b1d3
1 changed files with 0 additions and 7 deletions

View File

@ -11,13 +11,6 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py27]
basepython = python2.7
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]
basepython = python3
commands = {posargs}