Skip to content

Commit f8684cf

Browse files
committed
Add release section to tox.ini
1 parent cf30135 commit f8684cf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tox.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,14 @@ commands=sphinx-build -q -QE docs/ docs/_build/
4343
deps=
4444
sphinx
4545
sphinx_rtd_theme
46+
47+
# Build a source package and python2/3 specific wheel packages
48+
# $ tox -e "py{27,34}-release"
49+
50+
[testenv:py27-release]
51+
commands=python setup.py bdist_wheel upload
52+
deps=wheel
53+
54+
[testenv:py34-release]
55+
commands=python setup.py sdist bdist_wheel upload
56+
deps=wheel

0 commit comments

Comments
 (0)