Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite1d7b17

Browse files
committed
Add release testenv to tox.ini
1 parent8eef2c9 commite1d7b17

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)

[8]ページ先頭

©2009-2025 Movatter.jp