From e0d92382fbe5d3c855710114360bc196edb47f25 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sat, 13 Aug 2016 11:45:23 +0200 Subject: [PATCH] tox: Require python2.7 for all testenv --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index ca3e9bd..570b470 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,9 @@ envlist = flake8, unit, integration, docs ignore = E221,E241,E501 max-line-length = 110 +[testenv] +basepython = python2.7 + [testenv:flake8] deps = flake8 commands = flake8 bootstrapvz/ tests/ --exclude=minify_json.py {posargs}