Merge pull request #806 from jcb91/ci

fix tox env pypi_upload
This commit is contained in:
Josh Barnes
2016-11-28 02:39:17 +00:00
committed by GitHub
+1 -1
View File
@@ -143,7 +143,7 @@ commands = python setup.py sdist bdist_wheel
skip_install = true
whitelist_externals = bash
deps = twine
commands = bash -c \"twine upload dist/*\"
commands = bash -c \"twine upload dist/jupyter_contrib_nbextensions*\"
[testenv:condarecipe]
skip_install = true