Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 31, 2024
1 parent 520638c commit efb742a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ envlist =
# Runs on the "tests" directory by default, or passes the positional
# arguments from `tox -e py <posargs_1> ... <posargs_n>
commands =
python -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
coverage run -p -m pytest --durations=20 {posargs:tests}
coverage combine
coverage xml
extras =
# See the [options.extras_require] entry in setup.cfg for "tests"
tests

[testenv:doctests]
description = Test that documentation examples run properly
commands =
Expand Down

0 comments on commit efb742a

Please sign in to comment.