8000 Add release testenv to tox.ini · staticdev/github4.py@e1d7b17 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit e1d7b17

Browse files
committed
Add release testenv to tox.ini
1 parent 8eef2c9 commit e1d7b17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,13 @@ deps =
3838
flake8-docstrings
3939
commands = flake8 github3/
4040

41+
[testenv:release]
42+
deps =
43+
twine >= 1.4.0
44+
wheel
45+
commands =
46+
python setup.py sdist bdist_wheel
47+
twine upload {posargs} dist/*
48+
4149
[pytest]
4250
addopts = -q tests/

0 commit comments

Comments
 (0)
0