mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
tox: Require python2.7 for all testenv
This commit is contained in:
parent
765430bfad
commit
e0d92382fb
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
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}
|
||||
|
|
Loading…
Add table
Reference in a new issue