different approach to running flake8

This commit is contained in:
Stefan Wojcik
2017-02-26 02:29:21 -05:00
parent 7850e47bf7
commit 97d9a7cf43
2 changed files with 3 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = {py27,py35,pypy,pypy3}-{mg27,mg28,mg30},flake8
envlist = {py27,py35,pypy,pypy3}-{mg27,mg28,mg30}
[testenv]
commands =
@@ -11,10 +11,3 @@ deps =
mg30: PyMongo>=3.0
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs
[testenv:flake8]
deps =
flake8
flake8-import-order
commands =
flake8