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

Delta Between Two Patch Sets: flake8-eyeo/tox.ini

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Left Patch Set: Created Oct. 9, 2017, 1:53 a.m.
Right Patch Set: Don't install patchconv in flake8 venv Created Oct. 11, 2017, 3:28 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
LEFTRIGHT
1 [tox] 1 [tox]
2 envlist = py{27,35,36}-flake8{2,3},flake8 2 envlist = py{27,35,36}-flake8{2,3},flake8
tlucas 2017/10/09 23:39:38 In case you decide to stick to your separation of
Sebastian Noack 2017/10/10 05:34:30 Well, this is the flake8-eyeo extension. The py{27
3 3
4 [flake8] 4 [flake8]
5 ignore = D1,N802 5 ignore = D1,N802
6 6
7 [testenv] 7 [testenv]
8 deps = 8 deps =
tlucas 2017/10/09 23:39:38 Same as above, if you stick to your separation we
Sebastian Noack 2017/10/10 05:34:30 Again, this is the environment for the tests (not
9 flake82: flake8==2.* 9 flake82: flake8==2.*
10 flake83: flake8==3.* 10 flake83: flake8==3.*
11 commands = 11 commands =
12 python setup.py test 12 python setup.py test
13 13
14 [testenv:flake8] 14 [testenv:flake8]
Sebastian Noack 2017/10/09 02:08:58 This is somewhat unrelated, but it seems to make m
Vasily Kuznetsov 2017/10/09 21:16:14 Indeed, it doesn't make sense to lint the code wit
Sebastian Noack 2017/10/10 05:34:30 The note in the flake8 documentation merely remind
Sebastian Noack 2017/10/10 18:17:39 Indeed, in my /usr/bin/tox it says #!/usr/bin/pyth
15 basepython = python3
15 deps = 16 deps =
16 flake8 17 flake8
Vasily Kuznetsov 2017/10/10 13:00:08 Nit: these lines have different indentation level.
Sebastian Noack 2017/10/10 18:17:39 Done.
17 flake8-docstrings 18 flake8-docstrings
18 pep8-naming 19 pep8-naming
19 commands = 20 commands =
20 flake8 flake8_eyeo.py setup.py 21 flake8 flake8_eyeo.py setup.py
LEFTRIGHT

Powered by Google App Engine
This is Rietveld