Allow to only run unit tests with Tox #181

Merged
witten merged 2 commits from :cifix/add-unit-test-only-env into master 2019-05-19 22:07:16 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 358aed7c31 - Show all commits

View File

@ -25,6 +25,10 @@ basepython = python3.7
commands =
black {posargs} .
[testenv:test]
commands =
pytest {posargs}
[testenv:end-to-end]
deps = -rtest_requirements.txt
commands =