summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files 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