Skip to content

Commit

Permalink
Fix tox.ini to have appropriate config for flake8
Browse files Browse the repository at this point in the history
Ignore node_modules since they sometimes have python

Change-Id: Icc9dbcfc03cb61770115080fb77015ebaf243d36
  • Loading branch information
yuvipanda authored and hashar committed Apr 9, 2014
1 parent e777f9c commit 83c0d5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/tox.ini

This file was deleted.

12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = flake8

[flake8]
exclude = .venv,.tox,dist,doc,build,*.egg,node_modules
max-line-length = 120

[testenv:flake8]
commands = flake8
deps = flake8

0 comments on commit 83c0d5b

Please sign in to comment.