Skip to content

Commit

Permalink
Run flake8 on the entire directory
Browse files Browse the repository at this point in the history
Instead of just chevron/, this caused me to fail a travis build
accidentally, even though tox ran fine.
  • Loading branch information
noahmorrison committed Apr 9, 2015
1 parent fca9462 commit 25aadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ commands = python {toxinidir}/test_spec.py

[testenv:flake8]
deps = flake8
commands = flake8 chevron
commands = flake8 .

0 comments on commit 25aadd7

Please sign in to comment.