Skip to content

Commit 654a485

Browse files
committed
avoid unix specifc test runner
1 parent 576f010 commit 654a485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ envlist = py37, py38, py39, py310, pypy3
1212
wheel = True
1313
wheel_build_env = build
1414
extras = test
15-
commands = ./runtests.sh {posargs:tests/}
15+
commands = pytest -v -s
1616

1717
[testenv:build]
1818
# empty environment to build universal wheel once per tox invocation

0 commit comments

Comments
 (0)