Allow to only run unit tests with Tox
This commit is contained in:
parent
9893834e85
commit
358aed7c31
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
@ -25,6 +25,10 @@ basepython = python3.7
|
||||||
commands =
|
commands =
|
||||||
black {posargs} .
|
black {posargs} .
|
||||||
|
|
||||||
|
[testenv:test]
|
||||||
|
commands =
|
||||||
|
pytest {posargs}
|
||||||
|
|
||||||
[testenv:end-to-end]
|
[testenv:end-to-end]
|
||||||
deps = -rtest_requirements.txt
|
deps = -rtest_requirements.txt
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in a new issue