tox.ini: remove basepython (#30272)

It becomes useless if python version is in the environment descriptors.
This commit is contained in:
Benjamin Dauvergne 2019-01-31 16:56:15 +01:00
parent 0d6a6a86d3
commit 51a51d1201
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/eopayment/{env:BRANCH_NAME:}
[testenv]
# django.contrib.auth is not tested it does not work with our templates
basepython = python2
commands =
py2: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=eopayment/ tests}
py3: py.test {posargs: --junitxml=test_{envname}_results.xml tests}