summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@gmail.com>2019-10-29 14:55:36 +0100
committerJonathan Huot <jonathan.huot@gmail.com>2019-10-29 14:55:36 +0100
commit75b9f4f7e4387e670a3fae925d5522ff3a01a746 (patch)
tree4830c97dc046e4993f31987ba56c735a9a3fa093 /tox.ini
parent0c632d8f2955e34818346e96587f9124da449fe1 (diff)
downloadoauthlib-75b9f4f7e4387e670a3fae925d5522ff3a01a746.tar.gz
Add sponsoring section/fix FUNDING.ymldoc-sponsor
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 22f6f33..32cd5bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,9 +9,9 @@ commands=
# tox -e docs to mimick readthedocs build.
-# as of today, RTD is using python2.7 and doesn't run "setup.py install"
+# as of today, RTD is using python3.6 and doesn't run "setup.py install"
[testenv:docs]
-basepython=python2.7
+basepython=python3.6
skipsdist=True
deps=
sphinx