Fix tox coverage section

This commit removes the setenv parameter of testenv:cover section in
tox.ini. Recently, ''tox -e cover doesn't'' work, actually.

Change-Id: I82ac3dace47c187160dc683e0f740b0589773c0b
This commit is contained in:
Masayuki Igawa 2017-04-04 16:23:09 +09:00
parent 076d412210
commit c860912ddd
No known key found for this signature in database
GPG Key ID: 251CCDE9053850E4
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ commands =
commands = oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf
[testenv:cover]
setenv = OS_TEST_PATH=./tempest/tests
commands = python setup.py testr --coverage --testr-arg='tempest\.tests {posargs}'
[testenv:all]