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

Unified Diff: tox.ini

Issue 29374647: Issue 4814 - Adds csv log to formmail2 (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Created March 23, 2017, 6:50 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
« no previous file with comments | « sitescripts/formmail/web/formmail2.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tox.ini
===================================================================
--- a/tox.ini
+++ b/tox.ini
@@ -94,16 +94,16 @@
whitelist_externals = cp
commands =
cp .sitescripts.example .sitescripts.test
pysed \
-r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \
'' .sitescripts.test --write
python ensure_dependencies.py
py.test \
- --cov-config tox.ini --cov-report term --cov sitescripts \
+ --cov-config tox.ini --cov-report html --cov-report term --cov sitescripts \
sitescripts/hg/test \
sitescripts/notifications/test \
sitescripts/stats/test \
sitescripts/formmail/test \
sitescripts/extensions/test \
sitescripts/subscriptions/test
flake8 sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « sitescripts/formmail/web/formmail2.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld