summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-28 00:16:14 -0500
committerMichael Merickel <michael@merickel.org>2018-10-28 00:16:14 -0500
commit9e3a9d1cc48c624e7dda9d9ee56d575b852d7164 (patch)
treee4f9c3b28be1332d7b5b3746957be5d1680696ee /tox.ini
parent197eb3a2ad19c944b88b1ee3bc84c6501ea9ba35 (diff)
downloadpyramid-9e3a9d1cc48c624e7dda9d9ee56d575b852d7164.tar.gz
pyramid-9e3a9d1cc48c624e7dda9d9ee56d575b852d7164.tar.bz2
pyramid-9e3a9d1cc48c624e7dda9d9ee56d575b852d7164.zip
use twine check instead of setup.py check
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index cda08f853..df204d697 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,13 +67,13 @@ basepython = python3.6
commands =
flake8 src/pyramid tests setup.py
black --check --diff src/pyramid tests setup.py
- python setup.py check -r -s -m
check-manifest
+ twine check {distdir}/*
deps =
flake8
black
- readme_renderer
check-manifest
+ twine
[testenv:docs]
# pin to 3.5 to match what RTD uses