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

Side by Side Diff: tox.ini

Issue 29344600: Noissue - Got rid of E129, E704, E712, E731 and F821 errors (Closed)
Patch Set: Created May 26, 2016, 12:49 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sitescripts/urlfixer/bin/topDomains.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [tox] 1 [tox]
2 envlist = py27 2 envlist = py27
3 skipsdist = true 3 skipsdist = true
4 4
5 [pytest] 5 [pytest]
6 # The names of the test files here don't start with 'test_' so we need 6 # The names of the test files here don't start with 'test_' so we need
7 # to instruct pytest to load tests from all files. 7 # to instruct pytest to load tests from all files.
8 python_files = *.py 8 python_files = *.py
9 9
10 [run] 10 [run]
(...skipping 17 matching lines...) Expand all
28 cp .sitescripts.example .sitescripts.test 28 cp .sitescripts.example .sitescripts.test
29 pysed \ 29 pysed \
30 -r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \ 30 -r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \
31 '' .sitescripts.test --write 31 '' .sitescripts.test --write
32 python ensure_dependencies.py 32 python ensure_dependencies.py
33 py.test \ 33 py.test \
34 --cov-config tox.ini --cov-report term --cov sitescripts \ 34 --cov-config tox.ini --cov-report term --cov sitescripts \
35 sitescripts/hg/test \ 35 sitescripts/hg/test \
36 sitescripts/notifications/test \ 36 sitescripts/notifications/test \
37 sitescripts/stats/test 37 sitescripts/stats/test
38 flake8 --ignore=E129,E501,E704,E711,E712,E713,E731,F401,F841,F821 \ 38 flake8 --ignore=E501,E711,E713,F401,F841 \
39 sitescripts multiplexer.py multiplexer.fcgi 39 sitescripts multiplexer.py multiplexer.fcgi
OLDNEW
« no previous file with comments | « sitescripts/urlfixer/bin/topDomains.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld