summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2020-04-22 16:25:12 +0200
committerGitHub <noreply@github.com>2020-04-22 16:25:12 +0200
commit3e582846591e213ba8ec1780a5a5aadf69a090a2 (patch)
tree3ebf7d0a8b521f91a769e1f31c9bf8d4cc75e110 /tox.ini
parent22210982dcbaf56a9151a451ab349ab2a51f42f3 (diff)
parent406653fc3018b8ae292234caef6df434cf612a52 (diff)
downloadoauthlib-3e582846591e213ba8ec1780a5a5aadf69a090a2.tar.gz
Merge branch 'master' into isort-integration
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 8ff73f2..aad4538 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ 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=python3.6
skipsdist=True