Changeset View
Changeset View
Standalone View
Standalone View
tox.ini
[tox] | [tox] | ||||
skipsdist = true | skipsdist = true | ||||
envlist = test | envlist = test | ||||
[testenv] | [testenv] | ||||
basepython = python3 | basepython = python3 | ||||
skip_install = true | skip_install = true | ||||
deps = | deps = | ||||
git+https://framagit.org/douardda/jenkins-job-builder@add-phabricator-diff-wrapper#egg=jenkins-job-builder | jenkins-job-builder | ||||
[testenv:test] | [testenv:test] | ||||
commands = | commands = | ||||
jenkins-jobs {posargs:test} -r jobs | jenkins-jobs {posargs:test} -r jobs |