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

Unified Diff: tox.ini

Issue 29350244: Issue 4374 - Made Python code part of jshydra comply with our coding practices (Closed)
Patch Set: Created Aug. 28, 2016, 10:42 p.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 | « autotest.py ('k') | utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -3,4 +3,10 @@
skipsdist = true
[testenv]
-commands = python autotest.py
+deps =
+ flake8
+ pep8-naming
+ hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8-abp
+commands =
+ python autotest.py
+ flake8
« no previous file with comments | « autotest.py ('k') | utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld