Skip to content

Commit

Permalink
add flake8 configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencastan committed Aug 3, 2014
1 parent 4133f0f commit c1eaf7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,5 +8,5 @@ install:

# command to run tests
script:
- flake8 buttleofx/ --max-complexity=12 --max-line-length=120
- flake8 buttleofx/

4 changes: 4 additions & 0 deletions tox.ini
@@ -0,0 +1,4 @@
[flake8]
max-line-length = 120
max-complexity = 12

0 comments on commit c1eaf7f

Please sign in to comment.