Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tox.ini

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Patch Set: Final patch set Created Aug. 9, 2018, 7:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/test_packagerWebExt.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
diff --git a/tox.ini b/tox.ini
index ba597ce44d3a4fce6b5a4ef1a105d79ce8a4d3ff..2b2c33da398eaf6cfe1e8fbf4781ba853d8bebcc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,11 @@ envlist = py27
skipsdist = true
[flake8]
+
+exclude =
+ node_modules,
+ .tox,
+ *.pyc,
ignore = D1,C815
per-file-ignores =
/chainedconfigparser.py : A107,E501,D205,D208,D400
« no previous file with comments | « tests/test_packagerWebExt.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld