summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-05-13 15:08:18 +0200
committerAbhishek Patel <5524161+Abhishek8394@users.noreply.github.com>2019-05-16 00:53:01 -0700
commitf09f687ebf02cb05ffdf3378e8207fb0083b3049 (patch)
tree15f1cd315cc765db7053d5dfd2279f6afbfbd713
parent16a5e630a1d1eeb2511e1049ee2291b33f57ab25 (diff)
downloadoauthlib-f09f687ebf02cb05ffdf3378e8207fb0083b3049.tar.gz
Downgrade python to match with Travis
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1cac71c..9cd2a9f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,7 @@ commands=
echo setup.py/long description is syntaxly correct
[testenv:bandit]
+basepython=python2.7
skipsdist=True
deps=bandit
commands=bandit -b bandit.json -r oauthlib/