Skip to content

Commit

Permalink
flake8: report violations
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed Mar 23, 2015
1 parent 77f3861 commit 95a6cd4
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 @@ -8,4 +8,4 @@ commands=py.test --junit-xml junit.xml --cov {envsitepackagesdir}/testinfra --co
[testenv:flake8]
basepython=python
deps=hacking
commands=flake8 testinfra
commands=/bin/sh -c 'flake8 testinfra | tee flake8.report'

0 comments on commit 95a6cd4

Please sign in to comment.