summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-03 12:16:58 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-08-07 13:41:10 -0700
commit071c3bc8dc5c102210318479df7d8db40b3adae8 (patch)
tree293d6b38d27dc4bb39ac2c3402d87f5a562de4f4 /tox.ini
parent2b13f8ee486f4f8ae1c66ac3b95148d9a423318b (diff)
Remove Python packaging files
Since we don't release releng as a python project, it doesn't make much sense to include a setup.py. The jjb testenv in tox.ini is modified to pin jenkins-job-builder and no longer require setup.py nor jjb/test-requirements.txt, and the modules testenv is moved to it's own tox.ini under modules. Locally testing of jjb can still be done using: tox -e jjb Change-Id: I512b1a8f9cd7d48a2f14b1bbe966b525793a6fe3 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini20
1 files changed, 3 insertions, 17 deletions
diff --git a/tox.ini b/tox.ini
index e9f5fbb0b..d3489e5b0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,27 +8,13 @@ envlist = py27
skipsdist = True
[testenv]
-usedevelop = True
+usedevelop = False
setenv=
HOME = {envtmpdir}
PYTHONPATH = {toxinidir}
[testenv:jjb]
deps =
- -rjjb/test-requirements.txt
+ jenkins-job-builder==1.6.1
commands=
- jenkins-jobs test -o job_output -r jjb/
-
-[testenv:modules]
-deps=
- -rmodules/requirements.txt
- -rmodules/test-requirements.txt
-commands =
- nosetests -w modules \
- --with-xunit \
- --xunit-file=modules/nosetests.xml \
- --cover-package=opnfv \
- --with-coverage \
- --cover-xml \
- --cover-html \
- tests/unit
+ jenkins-jobs test -o job_output -r jjb/