Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update call to py.test --cov
Browse files Browse the repository at this point in the history
Previously the coverage was run explicitly on the env site packaged directory.
This is unnecessary and somewhat counter-productive when it comes to tracking
the coverage via coveralls.
  • Loading branch information
rjw57 committed Mar 8, 2016
1 parent 6414b5f commit 76528b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 76528b2

Please sign in to comment.