Skip to content

Commit

Permalink
actually only test scprep
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jul 13, 2018
1 parent 6fd47b1 commit 1c9968c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@ __pycache__
build
dist
*egg-info
.coverage

#syncthing
.syncthing.*
Expand Down
3 changes: 0 additions & 3 deletions python/.coveragerc

This file was deleted.

3 changes: 2 additions & 1 deletion python/unittest.cfg
Expand Up @@ -2,4 +2,5 @@
verbose = True

[coverage]
always-on = True
always-on = True
coverage = scprep

0 comments on commit 1c9968c

Please sign in to comment.