remove py27 tox env for tht
py27 tox jobs are not running. clean up tox.ini Change-Id: Id14f2a2afc55a259737d0279038abff76fc848af
This commit is contained in:
parent
8e0ef7156b
commit
3370d7b1d3
7
tox.ini
7
tox.ini
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user