Skip to content

Commit

Permalink
Fix slowdown of CI, remove pytest-cov (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv authored Nov 21, 2017
1 parent 8766edc commit 46f7b69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def finalize_options(self):
win_testenv = [
'pytest',
'pytest-rerunfailures',
'pytest-cov',
'cython',
'pyemd',
'testfixtures',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builtins = get_ipython


[pytest]
addopts = -rfxEXs --durations=20 --showlocals --rerun 3 --cov=gensim --cov-report term
addopts = -rfxEXs --durations=20 --showlocals --rerun 3


[testenv]
Expand Down

0 comments on commit 46f7b69

Please sign in to comment.