summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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