summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2019-05-13 14:54:03 +0200
committerJonathan Huot <jonathan.huot@thomsonreuters.com>2019-05-13 14:54:03 +0200
commitacf62ce7c66f87a26f47c460a9934bede6126061 (patch)
tree859f5a1cdc473f4f65b80eb540b767f537166e71
parentf25b9133646d0120f6221e9d7cbf16e747dd6aa7 (diff)
downloadoauthlib-acf62ce7c66f87a26f47c460a9934bede6126061.tar.gz
Force bandit python version to be sure no conflict with others
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1cac71c..d242791 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,6 +28,7 @@ commands=
echo setup.py/long description is syntaxly correct
[testenv:bandit]
+basepython=python3.6
skipsdist=True
deps=bandit
commands=bandit -b bandit.json -r oauthlib/