Merge "tox: Don't set basepython in testenv"
This commit is contained in:
commit
1aca8a362a
4
tox.ini
4
tox.ini
@ -14,9 +14,6 @@ commands =
|
||||
python setup.py test --coverage --coverage-package-name=oslo_log --slowest --testr-args='{posargs}'
|
||||
coverage report --show-missing
|
||||
|
||||
[testenv:py27]
|
||||
basepython = python2.7
|
||||
|
||||
[testenv:pep8]
|
||||
basepython = python3
|
||||
commands =
|
||||
@ -56,7 +53,6 @@ import_exceptions = oslo_log._i18n
|
||||
basepython = python3
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
|
||||
[testenv:lower-constraints]
|
||||
basepython = python3
|
||||
deps =
|
||||
|
Loading…
x
Reference in New Issue
Block a user