summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-08-15 00:18:12 +0200
committerGitHub <noreply@github.com>2018-08-15 00:18:12 +0200
commitd6a1281ef1ade14f48bb31976de9319bdb95e846 (patch)
treeaf5d51746823c85e07190f80126c27db0c9b0f1c /tox.ini
parent058746b3d9bed4aafbd55a7f26491b5761c35fa8 (diff)
parent21e463712e5de5f2f4866e01d65f8edb8e86994c (diff)
downloadoauthlib-d6a1281ef1ade14f48bb31976de9319bdb95e846.tar.gz
Merge branch 'master' into 445_confirm_redirect
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 10 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7c4652e..eac7a1e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,py36,pypy,docs
+envlist = py27,py34,py35,py36,pypy,docs,readme
[testenv]
deps=
@@ -19,3 +19,12 @@ deps=sphinx
changedir=docs
whitelist_externals=make
commands=make clean html
+
+# tox -e readme to mimick pypi long_description check
+[testenv:readme]
+skipsdist=True
+deps=readme
+whitelist_externals=echo
+commands=
+ python setup.py check -r -s
+ echo setup.py/long description is syntaxly correct