summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThanh Ha <zxiiro@gmail.com>2018-06-19 18:39:43 +0000
committerThanh Ha <zxiiro@linux.com>2018-06-19 17:38:36 -0400
commit51611506e0b2426ec627b8aaab18f9a43a51091d (patch)
treebc8275a08fa499fd48b736c029e620a3c17a0237 /tox.ini
parent51a4ccab70caba694fbf113548cf564139b0c0c8 (diff)
downloadpython-jenkins-job-builder-51611506e0b2426ec627b8aaab18f9a43a51091d.tar.gz
python-jenkins-job-builder-51611506e0b2426ec627b8aaab18f9a43a51091d.tar.xz
python-jenkins-job-builder-51611506e0b2426ec627b8aaab18f9a43a51091d.zip
Revert "fix tox python3 overrides"
This reverts commit 51a4ccab70caba694fbf113548cf564139b0c0c8. Change-Id: I52b3ff4699f6907cb481f016fb55fb9102c48b98 Signed-off-by: Thanh Ha <zxiiro@linux.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 0 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index 769fc992..3b72fc14 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,6 @@ whitelist_externals =
find
[testenv:tips]
-basepython = python3
# tests what happens with unreleased version of dependencies, like python-jenkins
install_command = pip install -U {opts} {packages}
commands =
@@ -34,7 +33,6 @@ commands =
stestr run --slowest {posargs}
[testenv:cover]
-basepython = python3
setenv =
{[testenv]setenv}
PYTHON=coverage run --source jenkins_jobs --parallel-mode
@@ -49,35 +47,28 @@ basepython = python3
commands = flake8
[testenv:pyflakes]
-basepython = python3
deps = pyflakes
commands = pyflakes jenkins_jobs tests setup.py
[testenv:compare-xml-config]
-basepython = python3
commands = jenkins-jobs {posargs:test -o .test/run-conf/default/out/ .test/run-conf/config/}
[testenv:compare-xml-old]
-basepython = python3
commands = jenkins-jobs test -o .test/old/out/ .test/old/config/
[testenv:compare-xml-new]
-basepython = python3
commands = jenkins-jobs test -o .test/new/out/ .test/new/config/
[testenv:docs]
-basepython = python3
commands = python setup.py build_sphinx {posargs}
[testenv:docs-linkcheck]
-basepython = python3
# If you are behind a proxy, for this test to work you will need to set
# TOX_TESTENV_PASSENV="http_proxy https_proxy no_proxy ..." to pass
# through the proxy environment settings to be able to validate any urls.
commands = python setup.py build_sphinx -b linkcheck
[testenv:venv]
-basepython = python3
commands = {posargs}
[flake8]