diff options
author | Ben Nemec <bnemec@redhat.com> | 2019-06-03 17:58:20 +0000 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2019-06-03 18:00:43 +0000 |
commit | 9513d26b47c59a3c97aefab46c3e5a40d953e286 (patch) | |
tree | 8a76baa0d9a0c0ae073a61f9d532ee04eeb889d8 | |
parent | 9b454d728904fdeac334c94d1c33ef37188f1244 (diff) | |
download | oslo-config-6.10.0.tar.gz |
Fix coverage tox venv6.10.0
We need to configure tox to actually run coverage or we get no data
for coverage to combine.
Change-Id: I6dc1601e628ac1090ce7a277c2be4b97f8577058
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ commands = [testenv:cover] basepython = python3 +setenv = + PYTHON=coverage run --source oslo_config --parallel-mode commands = coverage erase {[testenv]commands} |