summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-08-06 17:23:22 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-08-06 17:23:22 +0200
commit8d71b161fd145d11c40d55c9ab66ac134a303253 (patch)
tree33191c3fc252264845f108943d006e88206408e6 /tox.ini
parent3ce210dc6600385bfec1d7190e879d04801d527b (diff)
downloadoauthlib-8d71b161fd145d11c40d55c9ab66ac134a303253.tar.gz
Add logo to RTD docs & upgraded tox -e readme build to twine.
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