Move basepython to testenv section

It gets inherited from testenv, not tox.

Change-Id: I11e6bf70151f50d886a8ade6d8bd24ca30ee4a79
This commit is contained in:
David Shrewsbury 2018-07-10 16:43:39 -04:00
parent d352cd7a04
commit e74bdeab21
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}