Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 1, 2021
1 parent 1246a5d commit 4e9592c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ commands = coverage run -p -m pytest --durations=20 {posargs:tests}
deps =
coverage
pytest
passenv =
HOME
whitelist_externals =
/bin/cat
/bin/cp
/bin/mkdir
/usr/bin/git

[testenv:coverage-clean]
deps = coverage
Expand Down Expand Up @@ -146,6 +139,7 @@ commands =

[testenv:finish]
skip_install = true
passenv = HOME
deps =
{[testenv:build]deps}
{[testenv:release]deps}
Expand All @@ -156,3 +150,5 @@ commands =
git push
bumpversion patch
git push
whitelist_externals =
/usr/bin/git

0 comments on commit 4e9592c

Please sign in to comment.