summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-05-13 15:08:18 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-05-13 15:08:18 +0200
commit588abb50010d434c0de5ad9c479d666b7b6ab0bd (patch)
treeae2c3f35d7c3943a2732c6c35e7394c1962780c6
parentacf62ce7c66f87a26f47c460a9934bede6126061 (diff)
downloadoauthlib-588abb50010d434c0de5ad9c479d666b7b6ab0bd.tar.gz
Downgrade python to match with Travis
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d242791..9cd2a9f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ commands=
echo setup.py/long description is syntaxly correct
[testenv:bandit]
-basepython=python3.6
+basepython=python2.7
skipsdist=True
deps=bandit
commands=bandit -b bandit.json -r oauthlib/