Remove diagnostics in tox.ini

This commit is contained in:
Kyle Altendorf 2018-09-18 22:21:31 -04:00
parent 1a03e73ace
commit b5ae05209d
1 changed files with 1 additions and 8 deletions

View File

@ -82,9 +82,6 @@ setenv =
wheels: CIBW_SKIP=cp33-*
ignore_errors=True
whitelist_externals=bash
commands =
;
; Display information about Python interpreter
@ -130,13 +127,9 @@ commands =
manifest-checker: check-manifest --ignore "docs/_build*,docs/historic/*,admin*,bin/admin*,twisted/topfiles/*.Old"
wheels: python -c 'import os, sys; sys.stdout.write("\n".join("\{\}: \{\}".format(k, v) for k, v in sorted(os.environ.items())))'
wheels: python -c 'import os, sys; sys.stdout.write(os.getcwd() + "\n")'
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 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")'
wheels: ls -l {toxinidir}/wheelhouse
[testenv:apidocs]
# Epydoc and pydoctor currently on work on Python 2