summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 60b0825..4670c91 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,12 +22,11 @@ commands=make clean html
# tox -e readme to mimick PyPI long_description check
[testenv:readme]
-skipsdist=True
-deps=readme
+basepython=python3.7
+deps=twine>=1.12.0
whitelist_externals=echo
commands=
- python setup.py check -r -s
- echo setup.py/long description is syntaxly correct
+ twine check dist/*
[testenv:bandit]
basepython=python2.7