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

Side by Side Diff: update-copyright/tox.ini

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
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:
View unified diff | Download patch
« no previous file with comments | « update-copyright/tests/test_update_copyright.py ('k') | update-copyright/update_copyright.py » ('j') | 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 = py{35,36}
3 skipsdist = True
4
5 [testenv]
6 setenv =
7 PYTHONPATH = {toxinidir}
8
9 deps =
10 pytest
11 pytest-cov
12 flake8
13 pep8-naming
14 ../flake8-eyeo
15
16 commands =
17 pytest --cov=update_copyright tests
18 flake8 update_copyright.py tests
OLDNEW
« no previous file with comments | « update-copyright/tests/test_update_copyright.py ('k') | update-copyright/update_copyright.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld