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: Addressed comments Created June 23, 2017, 2:36 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 = 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
5
6 [testenv]
7 setenv =
8 PYTHONPATH = {toxinidir}
9
10 deps =
11 pytest
12 flake8-putty
13 pytest-cov
14
15 commands =
16 pytest --cov=update_copyright tests
17 flake8 tests
18
OLDNEW

Powered by Google App Engine
This is Rietveld