Skip to content

Commit 2d5d94a

Browse files
committed
pytest instead of pytest
1 parent f3ca2e4 commit 2d5d94a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ skip_missing_interpreters = True
88
[testenv:basecommand]
99
commands =
1010
pip --version
11-
py.test --cov-report term-missing --cov jose {posargs}
11+
pytest --cov-report term-missing --cov jose {posargs}
1212

1313
[testenv:pypy-compatibility]
1414
# This testenv locks up during coverage so just run tests
1515
commands =
1616
pip --version
17-
py.test
17+
pytest
1818

1919
[testenv:pypy3-compatibility]
2020
# This testenv locks up during coverage so just run tests
2121
commands =
2222
pip --version
23-
py.test
23+
pytest
2424

2525
[testenv:compatibility]
2626
extras =

0 commit comments

Comments
 (0)