Skip to content

Commit

Permalink
change flake8 invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Mar 23, 2015
1 parent 23f16fe commit 261026d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -30,9 +30,9 @@ deps =
[testenv:py27-flake8]
deps =
flake8
commands = python setup.py flake8
commands = flake8 django_extensions tests

[testenv:py34-flake8]
deps =
flake8
commands = python setup.py flake8
commands = flake8 django_extensions tests

0 comments on commit 261026d

Please sign in to comment.