diff --git a/tox.ini b/tox.ini index f69c7e1..77a554b 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,4 @@ commands= # We can't list these in deps since pyopencl moans if numpy is not # fully installed at pip-install time. py{27,34}-opencl: pip install -rtests/opencl-requirements.txt - py.test --cov={envsitepackagesdir}/dtcwt --cov-report=term {posargs} + py.test --cov=dtcwt/ --cov-report=term {posargs}