mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-20 08:38:40 +08:00
tox.ini: prefer pytest without a dot
This commit is contained in:
committed by
Dave Halter
parent
5b5d855fab
commit
50445f424e
4
tox.ini
4
tox.ini
@@ -10,11 +10,11 @@ setenv =
|
|||||||
# tox corrupts __pycache__, solution from here:
|
# tox corrupts __pycache__, solution from here:
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
commands =
|
commands =
|
||||||
py.test {posargs:parso test}
|
pytest {posargs:parso test}
|
||||||
[testenv:cov]
|
[testenv:cov]
|
||||||
deps =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
commands =
|
commands =
|
||||||
coverage run --source parso -m py.test
|
coverage run --source parso -m pytest
|
||||||
coverage report
|
coverage report
|
||||||
|
|||||||
Reference in New Issue
Block a user