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: Rebased Created Oct. 10, 2017, 6:04 p.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
3 3
4 [flake8] 4 [flake8]
5 ignore = D1,N802 5 ignore = D1,N802
6 6
7 [testenv] 7 [testenv]
8 deps = 8 deps =
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]
15 basepython = python3
15 deps = 16 deps =
16 flake8 17 flake8
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