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: Created June 8, 2017, 1:39 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,17 @@
+[tox]
+envlist = py35
Jon Sonesen 2017/06/13 16:30:20 Can you please use py35 and 36? Similar to the tox
rosie 2017/06/23 14:39:25 Done.
+skipsdist = True
+
+[testenv]
+setenv =
+ PYTHONPATH = {toxinidir}
+
+deps =
+ pytest
+ flake8-putty
+ pytest-cov
+
+commands =
+ pytest tests
+ flake8 update_copyright tests
+ pytest --cov=update_copyright tests/
Jon Sonesen 2017/06/13 16:30:20 you can add consolidate the pytest calls into one
rosie 2017/06/23 14:39:25 Done.

Powered by Google App Engine
This is Rietveld