Merge "[Configuration] Remove useless py26 environment."

This commit is contained in:
Zuul 2019-01-03 03:36:50 +00:00 committed by Gerrit Code Review
commit c72676b5f2
1 changed files with 0 additions and 3 deletions

View File

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