From 51a51d1201f70610513c7d7ff82ce0fcc09ea23d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 31 Jan 2019 16:56:15 +0100 Subject: [PATCH] tox.ini: remove basepython (#30272) It becomes useless if python version is in the environment descriptors. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 622788c..cf83924 100644 --- a/tox.ini +++ b/tox.ini @@ -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}