Skip to content

Commit

Permalink
protcur setup cov not in cfg, add dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Nov 10, 2019
1 parent a017dcb commit 9a2feff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protcur/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
test=pytest
[tool:pytest]
testpaths=test
addopts=--verbose --color=yes -W ignore --cov=protcur
addopts=--verbose --color=yes -W ignore
[bdist_wheel]
universal=1
2 changes: 1 addition & 1 deletion protcur/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def find_version(filename):
'pyontutils>=0.1.4',
'pysercomb>=0.0.2',
],
extras_require={'dev':[],
extras_require={'dev':['pytest-cov', 'wheel'],
'test': tests_require,
},
entry_points={
Expand Down

0 comments on commit 9a2feff

Please sign in to comment.