From 6d1dd0c07861201062ed489fb0295dc5ad57985e Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 28 Oct 2018 00:27:36 -0500 Subject: Revert "use twine check instead of setup.py check" This reverts commit 9e3a9d1cc48c624e7dda9d9ee56d575b852d7164. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index df204d697..cda08f853 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 -- cgit v1.2.3