We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ca2e4 commit 2d5d94aCopy full SHA for 2d5d94a
tox.ini
@@ -8,19 +8,19 @@ skip_missing_interpreters = True
8
[testenv:basecommand]
9
commands =
10
pip --version
11
- py.test --cov-report term-missing --cov jose {posargs}
+ pytest --cov-report term-missing --cov jose {posargs}
12
13
[testenv:pypy-compatibility]
14
# This testenv locks up during coverage so just run tests
15
16
17
- py.test
+ pytest
18
19
[testenv:pypy3-compatibility]
20
21
22
23
24
25
[testenv:compatibility]
26
extras =
0 commit comments