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: Rebased and fixed typo Created Aug. 30, 2016, 12:01 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
« autotest.py ('K') | « 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
@@ -4,6 +4,11 @@
[testenv]
whitelist_externals = sh
+deps =
+ flake8
+ pep8-naming
+ hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8-abp
+
commands =
# In order to make sure that the code downloading jsshell gets
# tested call "tox nocache". Consider calling "tox" (without arguments)
@@ -11,3 +16,4 @@
sh -c '[ "{posargs}" = "nocache" ] && rm -rf mozilla* || true'
python autotest.py
+ flake8
« autotest.py ('K') | « autotest.py ('k') | utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld