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

Side by Side Diff: patchconv/tox.ini

Issue 29341347: Noissue - Add a script for converting Rietveld patches to Git format (Closed)
Patch Set: Make flake8 check a bit more general in tox.ini Created May 17, 2016, 1:28 p.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 | « patchconv/tests/test_rietveld_to_git.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
(Empty)
1 [tox]
2 envlist = py27, py35
3
4 [testenv]
5 deps =
6 pytest
7 pytest-cov
8 mock
9 flake8
10 pep8-naming
11 ../flake8-abp
12
13 commands =
14 py.test --cov=patchconv --cov-report term-missing tests
15 flake8 patchconv.py setup.py tests
OLDNEW
« no previous file with comments | « patchconv/tests/test_rietveld_to_git.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld