Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cthoyt committed Jan 31, 2019
1 parent 582b034 commit 202167c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ commands =
[testenv:bumpversion]
commands = bumpversion {posargs}
passenv = HOME
skip_install = true
passenv = HOME
deps =
bumpversion
Expand All @@ -138,11 +138,11 @@ commands =
skip_install = true
passenv = HOME
deps =
{[testenv:build]deps}
{[testenv:release]deps}
bumpversion
commands =
bumpversion release
{[testenv:release]commands}
git push
bumpversion patch
git push

0 comments on commit 202167c

Please sign in to comment.