We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf30135 commit f8684cfCopy full SHA for f8684cf
tox.ini
@@ -43,3 +43,14 @@ commands=sphinx-build -q -QE docs/ docs/_build/
43
deps=
44
sphinx
45
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
0 commit comments