diff --git a/tox.ini b/tox.ini index dbf32da0c..c11d168e7 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,10 @@ basepython = python3.7 commands = black {posargs} . +[testenv:test] +commands = + pytest {posargs} + [testenv:end-to-end] deps = -rtest_requirements.txt commands =