build an sdist .tar.gz and .zip while we are at it...

This commit is contained in:
Kyle Altendorf 2018-09-16 17:22:49 -04:00
parent 03ef30e703
commit 1a03e73ace
1 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,8 @@ commands =
wheels: python -c 'import os, sys; sys.stdout.write("\n".join(sorted(os.listdir(os.path.join(r".")))) + "\n")'
wheels: cibuildwheel --output-dir {toxinidir}/wheelhouse {toxinidir}
wheels: bash -c 'for ID in $(docker container list --all --quiet); do echo " - - - - - log start for: $ID"; docker logs --details $ID; done'
wheels: python -c 'import os, sys; sys.stdout.write("\n".join(sorted(os.listdir(os.path.join(r"{toxinidir}", "wheelhouse")))) + "\n")'
wheels: python setup.py sdist --formats=gztar,zip --dist-dir={toxinidir}/wheelhouse
- python -c 'import os, sys; sys.stdout.write("\n".join(sorted(os.listdir(os.path.join(r"{toxinidir}", "wheelhouse")))) + "\n")'
[testenv:apidocs]
# Epydoc and pydoctor currently on work on Python 2