From ae61b24ec63bc3b7dec3c8cd6b3410cb2f21f54c Mon Sep 17 00:00:00 2001 From: Thomas Bachman Date: Mon, 21 Dec 2020 13:15:23 +0000 Subject: [PATCH] [DO NOT MERGE]: Test upstream gate Change-Id: Ib0dae0f85ed49689856f8b96b60c36bcf3fc0692 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 479ede0..2251e64 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py26,py27,py27dj14,py27dj15,pep8,py33,py35,py35dj111 minversion = 1.6 skipsdist = True + [testenv] basepython = python3 usedevelop = True