summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-19 06:09:56 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-11-25 15:11:54 -0500
commit9c015de5d736243a0456673bdd4ecec4cdd8b2eb (patch)
tree9dbfe6d0a39509ba49f2696f7dac662f5cf5592b /tox.ini
parent0c4bc043b11ad97cdb3bde5843ee34f9d7809a70 (diff)
downloadpython-coveragepy-git-9c015de5d736243a0456673bdd4ecec4cdd8b2eb.tar.gz
readme_renderer is now run through twine
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 303d2284..df1c9a16 100644
--- a/tox.ini
+++ b/tox.ini
@@ -86,7 +86,8 @@ commands =
python -m tabnanny {env:LINTABLE}
python igor.py check_eol
check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc'
- python setup.py check -r -s
+ python setup.py -q sdist bdist_wheel
+ twine check dist/*
python -m pylint --notes= {env:LINTABLE}
[travis]