Skip to content

Commit

Permalink
messing around with tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Feb 25, 2022
1 parent 3ba44b9 commit 8ed1d07
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ ignore_errors = True
[pytest]
addopts = -rfxEXs --durations=20 --showlocals

[pytest-cov]
addopts = -rfxEXs --durations=20 --showlocals --cov=gensim/ --cov-report=xml

[testenv]
recreate = True

Expand All @@ -77,7 +74,7 @@ commands =
python --version
pip --version
python setup.py build_ext --inplace
cov: pytest-cov {posargs:gensim/test}
cov: pytest {posargs:gensim/test} --cov=gensim/ --cov-report=xml
!cov: pytest {posargs:gensim/test}


Expand Down

0 comments on commit 8ed1d07

Please sign in to comment.