summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBraedon Vickers <braedon.vickers@gmail.com>2020-02-28 13:57:05 +0800
committerBraedon Vickers <braedon.vickers@gmail.com>2020-02-28 13:57:05 +0800
commita6001006dd19d6dfc7d68e6572b53fc271aae072 (patch)
treefc9e49b4f2fef8113d870e9337458ec56a6ee270 /tox.ini
parent89cf685d0299744fe3be6d7c0fa8429b945a4d67 (diff)
parentb71636e85f845b79b5a56de6480fcba9d1415720 (diff)
downloadoauthlib-a6001006dd19d6dfc7d68e6572b53fc271aae072.tar.gz
Merge remote-tracking branch 'upstream/master' into improve-validator-skeleton
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