diff --git a/tox.ini b/tox.ini index d035d5e..8281202 100644 --- a/tox.ini +++ b/tox.ini @@ -39,14 +39,17 @@ commands = stestr run --serial {posargs} [testenv:pep8] +basepython = python3 commands = flake8 python setup.py check --restructuredtext --strict [testenv:venv] +basepython = python3 commands = {posargs} [testenv:cover] +basepython = python3 # Also do not run test_coverage_ext tests while gathering coverage as those # tests conflict with coverage. setenv =