Skip to content

Commit

Permalink
test: run tests in verbose mode, fix fmt and deps envs to specify a b…
Browse files Browse the repository at this point in the history
…asepython
  • Loading branch information
edaniszewski committed Aug 26, 2020
1 parent 32a48a9 commit b277659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps =
pip-tools
commands =
pip-sync {toxinidir}/requirements.txt {toxinidir}/requirements-test.txt
pytest -s \
pytest -s -vv \
--disable-warnings \
--cov-report html \
--cov-report term \
Expand All @@ -26,6 +26,7 @@ commands =


[testenv:deps]
basepython=python3
deps =
pip-tools
commands =
Expand All @@ -34,6 +35,7 @@ commands =


[testenv:fmt]
basepython=python3
deps =
isort>=5.0.0
autopep8
Expand Down

0 comments on commit b277659

Please sign in to comment.