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

Delta Between Two Patch Sets: tox.ini

Issue 29355396: Issue 4380 - Add Mock Crowdin API and Sync Test (Closed)
Left Patch Set: Add basic assertion for sync test Created Oct. 5, 2016, 3:50 a.m.
Right Patch Set: formatting fix Created Oct. 25, 2016, 8:15 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « tests/test_translations.py ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [tox] 1 [tox]
2 envlist = py27 2 envlist = py27
3 skipsdist = true 3 skipsdist = true
4 4
5 [flake8] 5 [flake8]
6 putty-ignore = 6 putty-ignore =
7 cms/bin/generate_static_pages.py : A107,A301,A302,E501 7 cms/bin/generate_static_pages.py : A107,A301,A302,E501
8 cms/bin/test_server.py : A101,A107,A302,E501,F401 8 cms/bin/test_server.py : A101,A107,A302,E501,F401
9 cms/bin/translate.py : A107,A301,A302,E501,F821 9 cms/bin/translate.py : A107,A301,A302,E501,F821
10 cms/converters.py : A107,A108,A201,A206,A302,E501,E711,N802 10 cms/converters.py : A107,A108,A201,A206,A302,E501,E711,N802
11 cms/sources.py : A104,A107,A108,A206,A302,E501 11 cms/sources.py : A104,A107,A108,A206,A302,E501
12 cms/utils.py : A107,A302,E501 12 cms/utils.py : A107,A302,E501
13 13
14 [testenv] 14 [testenv]
15 setenv = 15 setenv =
16 PYTHONPATH = {toxinidir} 16 PYTHONPATH = {toxinidir}
17 17
18 deps = 18 deps =
19 flask 19 flask
20 pytest 20 pytest
21 jinja2 21 jinja2
22 urllib3 22 urllib3
23 markdown 23 markdown
24 pytest-mock
25 wsgi_intercept
24 # flake8-putty is not yet compatible with flake8 3.0 26 # flake8-putty is not yet compatible with flake8 3.0
25 flake8==2.* 27 flake8==2.*
26 pytest-mock
Sebastian Noack 2016/10/05 12:06:16 Mind keeping the test dependencies above the flake
Jon Sonesen 2016/10/05 14:38:13 Acknowledged.
27 flake8-putty 28 flake8-putty
28 pep8-naming 29 pep8-naming
29 wsgi_intercept
30 hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8 -abp 30 hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8 -abp
31 31
32 commands = 32 commands =
33 py.test tests 33 py.test tests
34 flake8 cms tests runserver.py 34 flake8 cms tests runserver.py
35 flake8 --ignore E501,F821,N802 runserver.spec 35 flake8 --ignore E501,F821,N802 runserver.spec
LEFTRIGHT

Powered by Google App Engine
This is Rietveld