Adding coverage generation to tox (#2071)

* Adding coverage generation to tox

* Removing test directory from coverage command

* Adding back  to pytest command
This commit is contained in:
Alex Kahan 2016-10-31 18:10:27 -04:00 committed by Markus Unterwaditzer
parent cb30a3b562
commit 6478d7bb99
2 changed files with 9 additions and 2 deletions

6
.gitignore vendored
View file

@ -11,3 +11,9 @@ _mailinglist
.tox
.cache/
.idea/
# Coverage reports
htmlcov
.coverage
.coverage.*
*,cover