Merge "Move basepython to testenv section"

This commit is contained in:
Zuul 2018-07-10 21:15:22 +00:00 committed by Gerrit Code Review
commit 25b1f427ea
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
minversion = 2.0
envlist = py35,py36,py27,pep8
skipsdist = True
basepython = python3
[testenv]
usedevelop = True
@ -14,6 +13,7 @@ setenv =
OS_TEST_TIMEOUT=60
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
basepython = python3
[testenv:pep8]
commands = flake8 {posargs}