Skip to content

Commit d58775d

Browse files
committed
tox: Remove 'release' target
Travis does this for us now. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 8077698 commit d58775d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tox.ini

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ deps =
3333
commands =
3434
python setup.py --command-packages=click_man.commands man_pages
3535

36-
[testenv:release]
37-
deps =
38-
-r{toxinidir}/requirements.txt
39-
twine
40-
commands =
41-
python setup.py -q bdist_wheel sdist
42-
twine upload --skip-existing {toxinidir}/dist/*
43-
4436
[flake8]
4537
show-source = True
4638

0 commit comments

Comments
 (0)