Skip to content

Commit

Permalink
Extract flake8 to a separate tox environment to run its tests only once.
Browse files Browse the repository at this point in the history
It is not yet activated because there are way to many flake8 failures in this
package.
  • Loading branch information
Michael Howitz committed Nov 18, 2016
1 parent 5193394 commit 75c375d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Expand Up @@ -40,3 +40,8 @@ commands =
basepython = python3.5
deps = isort
commands = isort --check-only --recursive {toxinidir}/src {posargs}

[testenv:flake8]
basepython = python3.5
deps = flake8
commands = flake8 src setup.py --doctests

0 comments on commit 75c375d

Please sign in to comment.