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

Side by Side Diff: patchconv/tox.ini

Issue 29569634: Noissue - Added flake8-docstrings (codingtools) (Closed)
Patch Set: Created Oct. 9, 2017, 1:53 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« flake8-eyeo/tox.ini ('K') | « patchconv/patchconv.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, py35 2 envlist = py27,py35,py36,flake8
Sebastian Noack 2017/10/09 02:08:58 py36 was missing here. I added it while unifying t
3
4 [flake8]
5 ignore = D1
3 6
4 [testenv] 7 [testenv]
5 deps = 8 deps =
6 pytest 9 pytest
7 pytest-cov 10 pytest-cov
8 mock 11 mock
12 commands =
13 py.test --cov=patchconv --cov-report term-missing tests
14
15 [testenv:flake8]
16 deps =
9 flake8 17 flake8
18 flake8-docstrings
10 pep8-naming 19 pep8-naming
11 ../flake8-eyeo 20 ../flake8-eyeo
12
13 commands = 21 commands =
14 py.test --cov=patchconv --cov-report term-missing tests
15 flake8 patchconv.py setup.py tests 22 flake8 patchconv.py setup.py tests
OLDNEW
« flake8-eyeo/tox.ini ('K') | « patchconv/patchconv.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld