summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2018-09-29 19:07:06 +0200
committerAndreas Jaeger <aj@suse.com>2018-09-30 11:29:36 +0200
commite00691f33b970929a04b2072ba26a112f4c6d619 (patch)
tree47d0d3173693653402c765a0f609d7666fac6854 /tox.ini
parent1983ea48a6f5b180e244ca8d40408de173d082f1 (diff)
downloadpycadf-e00691f33b970929a04b2072ba26a112f4c6d619.tar.gz
Use templates for cover and lower-constraints
Small cleanups: * Use openstack-tox-cover template, this runs the cover job in the check queue only. Remove individual cover jobs. * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Fix cover job, $project is not expanded in tox.ini and thus the job fails. Use "pycadf" instead. Change-Id: I72da23a0d6c6b3cc87e66d94c419668fce66e704
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 72e6d5b..0ecbf53 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ commands = python setup.py build_sphinx
[testenv:cover]
basepython = python3
setenv =
- PYTHON=coverage run --source $project --parallel-mode
+ PYTHON=coverage run --source pycadf --parallel-mode
commands =
stestr run '{posargs}'
coverage combine