tox: Require python2.7 for all testenv

This commit is contained in:
Anders Ingemann 2016-08-13 11:45:23 +02:00
parent 765430bfad
commit e0d92382fb

View file

@ -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}