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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: update-copyright/tox.ini
===================================================================
new file mode 100644
--- /dev/null
+++ b/update-copyright/tox.ini
@@ -0,0 +1,18 @@
+[tox]
+#envlist = py{35,36}
Vasily Kuznetsov 2017/06/27 16:18:51 Forgot to uncomment? ;)
rosie 2017/07/03 15:33:44 Done.
+envlist = py35
+skipsdist = True
+
+[testenv]
+setenv =
+ PYTHONPATH = {toxinidir}
+
+deps =
+ pytest
+ flake8-putty
+ pytest-cov
+
+commands =
+ pytest --cov=update_copyright tests
+ flake8 tests
+

Powered by Google App Engine
This is Rietveld