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: Created May 12, 2016, 5:50 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
OLDNEW
(Empty)
1 [tox]
2 envlist = py27, py35
3
4 [testenv]
5 deps =
6 pytest
7 pytest-cov
8 mock
9 flake8
10 hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8 -abp
Sebastian Noack 2016/05/12 21:44:26 Assuming this code goes into the coding tools repo
Sebastian Noack 2016/05/12 21:44:27 What's about pep8-naming?
Vasily Kuznetsov 2016/05/12 23:25:16 Added.
Vasily Kuznetsov 2016/05/12 23:25:16 Seems to work. Ok, that's simpler.
11
12 commands =
13 py.test --cov=patchconv --cov-report term-missing tests
14 flake8 patchconv.py
Sebastian Noack 2016/05/12 21:44:27 Please also run flake8 on tests and setup.py.
Vasily Kuznetsov 2016/05/12 23:25:16 Oops, somehow that fell through the cracks. Done.
OLDNEW
« patchconv/patchconv.py ('K') | « patchconv/tests/test_rietveld_to_git.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld