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

Side by Side Diff: patchconv/tox.ini

Issue 29977590: Issue 7196 - Centralize flake8 configuration
Patch Set: Created Jan. 10, 2019, 2:38 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
« no previous file with comments | « flake8-eyeo/tox.ini ('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,py36,flake8 2 envlist = py27,py35,py36,flake8
3 3
4 [flake8]
5 ignore = D1
6
7 [testenv] 4 [testenv]
8 deps = 5 deps =
9 pytest 6 pytest
10 pytest-cov 7 pytest-cov
11 mock 8 mock
12 commands = 9 commands =
13 py.test --cov=patchconv --cov-report term-missing tests 10 py.test --cov=patchconv --cov-report term-missing tests
14 11
15 [testenv:flake8] 12 [testenv:flake8]
16 basepython = python3 13 basepython = python3
17 skip_install = true 14 skip_install = true
18 deps = 15 deps =
19 flake8
20 flake8-docstrings
21 flake8-commas
22 pep8-naming
23 ../flake8-eyeo 16 ../flake8-eyeo
24 commands = 17 commands =
25 flake8 patchconv.py setup.py tests 18 flake8
OLDNEW
« no previous file with comments | « flake8-eyeo/tox.ini ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld