add flake8 and flake8-import-order to travis for py27

This commit is contained in:
Stefan Wojcik
2016-11-28 15:17:01 -05:00
parent b461f26e5d
commit c35dab9541
4 changed files with 34 additions and 4 deletions

10
tox.ini
View File

@@ -1,6 +1,5 @@
[tox]
envlist = {py26,py27,py33,py34,py35,pypy,pypy3}-{mg27,mg28}
#envlist = {py26,py27,py33,py34,pypy,pypy3}-{mg27,mg28,mg30,mgdev}
envlist = {py26,py27,py33,py34,py35,pypy,pypy3}-{mg27,mg28},flake8
[testenv]
commands =
@@ -14,3 +13,10 @@ deps =
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs
passenv = windir
[testenv:flake8]
deps =
flake8
flake8-import-order
commands =
flake8