mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-30 01:39:49 +03:00
Modify pypy tests running command
This commit is contained in:
parent
891e356197
commit
6017a12851
4
tox.ini
4
tox.ini
|
@ -31,6 +31,10 @@ commands=
|
||||||
commands=
|
commands=
|
||||||
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||||
|
|
||||||
|
[testenv:pypy]
|
||||||
|
commands=
|
||||||
|
unit2 discover -s tests/unit -p test_*_py2_py3.py
|
||||||
|
|
||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
deps=
|
deps=
|
||||||
pylint
|
pylint
|
||||||
|
|
Loading…
Reference in New Issue
Block a user