Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
Adding flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsendor committed Dec 17, 2015
1 parent 4a3c986 commit 2a01e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
coverage==3.7.1
flake8==2.5.1
mock==1.0.1
pre-commit==0.5.2
pyflakes==0.9.1
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ commands =
coverage --version
coverage run --source=osxcollector/,tests/ -m testify.test_program --summary --verbose {posargs:tests}
coverage report -m
flake8 .

[testenv:venv]
envdir = virtualenv_run
commands =

[flake8]
exclude = .git,__pycache__,.tox,virtualenv_run
# E501 - long lines
ignore = E501
max_line_length = 140

0 comments on commit 2a01e24

Please sign in to comment.