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

Delta Between Two Patch Sets: update-copyright/tox.ini

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Left Patch Set: Addressed comments Created June 23, 2017, 2:36 p.m.
Right Patch Set: Fix indentation and default args Created July 17, 2017, 1:22 p.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
« no previous file with change/comment | « update-copyright/tests/test_update_copyright.py ('k') | update-copyright/update_copyright.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [tox] 1 [tox]
2 #envlist = py{35,36} 2 envlist = py{35,36}
Vasily Kuznetsov 2017/06/27 16:18:51 Forgot to uncomment? ;)
rosie 2017/07/03 15:33:44 Done.
3 envlist = py35
4 skipsdist = True 3 skipsdist = True
5 4
6 [testenv] 5 [testenv]
7 setenv = 6 setenv =
8 PYTHONPATH = {toxinidir} 7 PYTHONPATH = {toxinidir}
9 8
10 deps = 9 deps =
11 pytest 10 pytest
12 flake8-putty
13 pytest-cov 11 pytest-cov
12 flake8
13 pep8-naming
14 ../flake8-eyeo
14 15
15 commands = 16 commands =
16 pytest --cov=update_copyright tests 17 pytest --cov=update_copyright tests
17 flake8 tests 18 flake8 update_copyright.py tests
18
LEFTRIGHT

Powered by Google App Engine
This is Rietveld