Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-11 16:10:00 +00:00 committed by Gerrit Code Review
commit c48d2d1b68
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ commands =
stestr run {posargs}
[testenv:cover]
basepython = python2.7
basepython = python3
commands =
coverage erase
python setup.py test --coverage --testr-args='{posargs}' \
@ -168,7 +168,7 @@ import_exceptions =
six.moves
[testenv:lower-constraints]
basepython = python2
basepython = python3
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt