summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@gmail.com>2019-10-18 17:17:43 +0200
committerJonathan Huot <jonathan.huot@gmail.com>2019-10-18 17:17:43 +0200
commit3a4459bdd83744a3cd3a698997a6a4b483b0c6e0 (patch)
treedc12ec8c3d21d22ec5d2b1452fe4a4c1d1bad432 /tox.ini
parent2063ac37d63502f4db7ade95078cac6c28787215 (diff)
downloadoauthlib-3a4459bdd83744a3cd3a698997a6a4b483b0c6e0.tar.gz
Initial custom grant type documentation.
Improved Grant Type section to let developers create or implement their own custom grant type. Or also help them implementing new RFC.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 22f6f33..abb72ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ commands=
# tox -e docs to mimick readthedocs build.
# as of today, RTD is using python2.7 and doesn't run "setup.py install"
[testenv:docs]
-basepython=python2.7
+basepython=python3.6
skipsdist=True
deps=
sphinx