Merge "remove py27 tox env for tht"

This commit is contained in:
Zuul 2020-03-27 16:26:45 +00:00 committed by Gerrit Code Review
commit e659b470ef
1 changed files with 0 additions and 7 deletions

View File

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