Skip to content

Commit 49f3ad5

Browse files
committed
TST: fix tox config
1 parent ecc7036 commit 49f3ad5

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
@@ -14,7 +14,7 @@ setenv =
1414
PIP_ISOLATED = 1
1515
usedevelop = True
1616
commands =
17-
pytest --pyargs matplotlib {posargs}
17+
pytest --pyargs matplotlib.tests {posargs}
1818
deps =
1919
pytest
2020

0 commit comments

Comments
 (0)