From 3225035c92bcb113a6504459e16e00d5f85ddc1b Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 21 Oct 2017 09:01:05 -0700 Subject: [PATCH] Fixed bug in tox.ini that prevented test coverage results --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 41cca8ed..235cafd3 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = pytest-cov pytest coveralls -commands = pytest --cov=pshtt +commands = pytest --cov={envsitepackagesdir}/pshtt [testenv:flake8] deps = flake8