[trivial] Rename tox job coverage to cover

This patchset renames the tox.ini coverage job to cover to
comply with OpenStack standards [0]. This is needed so that [1]
works seamlessly (it will enable py35 and cover jobs for Armada).

[0] e.g. 04469a5181/tox.ini (L119)
[1] I174d5df008f6e000da1a3878afe75919312ea7aa

Change-Id: I353a60313bef2f8aa0319a4e89e659cd23c8a4a9
This commit is contained in:
Felipe Monteiro 2018-05-18 08:41:02 -04:00 committed by Marshall Margenau
parent ccd56f254b
commit 1ac92cc7f6
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ test-unit: check-tox
.PHONY: test-coverage
test-coverage: check-tox
tox -e coverage
tox -e cover
.PHONY: test-bandit
test-bandit: check-tox

View File

@ -43,7 +43,7 @@ commands =
commands =
bandit -r armada -x armada/tests -n 5
[testenv:coverage]
[testenv:cover]
passenv=http_proxy https_proxy no_proxy HTTP_PROXY HTTPS_PROXY NO_PROXY
setenv=
VIRTUAL_ENV={envdir}