Modify pypy tests running command

This commit is contained in:
Roman Mogylatov 2018-10-16 18:25:56 +03:00
parent 891e356197
commit 6017a12851

View File

@ -31,6 +31,10 @@ commands=
commands=
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]
deps=
pylint