From c860912ddd728764ded6caa24dda911c9fc18171 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Tue, 4 Apr 2017 16:23:09 +0900 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index b3052eb55..892f834dc 100644 --- a/tox.ini +++ b/tox.ini @@ -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]