Skip to content

Commit 5c22eba

Browse files
committed
Update tox command
1 parent 31b532d commit 5c22eba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tox (http://tox.testrun.org/) is a tool for running tests
1+
# Tox (https://tox.wiki/) is a tool for running tests
22
# in multiple virtualenvs. This configuration file will run the
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox" from this directory.
@@ -10,7 +10,7 @@ env_list = py36, py37, py38, py39, py310, py311, py312, py313
1010
[testenv]
1111
install_command=pip install {packages}
1212
commands =
13-
coverage run --source=pytest
13+
coverage run -m pytest
1414
coverage report
1515
deps =
1616
coverage

0 commit comments

Comments
 (0)