From 588abb50010d434c0de5ad9c479d666b7b6ab0bd Mon Sep 17 00:00:00 2001 From: Jonathan Huot Date: Mon, 13 May 2019 15:08:18 +0200 Subject: Downgrade python to match with Travis --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- cgit v1.2.1