Set basepython for all tox environments

My local machine defaults to 3.x.
This commit is contained in:
Yuriy Taraday 2015-07-15 19:03:16 +03:00
parent 1b6ea3fabf
commit 08439e62eb
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@ setenv =
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = py.test
basepython = python2
[testenv:pep8]
commands = flake8
@ -19,7 +20,6 @@ commands = flake8
commands = {posargs}
[testenv:cover]
basepython = python2
commands = py.test --cov octane
[flake8]