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

Unified Diff: tox.ini

Issue 29584613: #4431 - Introduce sitescripts.reports.web.resolveReport handler (Closed)
Patch Set: Address comments on PS1 Created Oct. 24, 2017, 3:35 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/reports/web/resolveReport.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
@@ -75,16 +75,17 @@
sitescripts/urlfixer/web/submitData.py : A206,E501,E711,F401,F841,N802,N806
sitescripts/utils.py : A107,A301,D200,D202,D205,D208,D400,D401,E501,N801,N802,N806
sitescripts/web.py : A107,E501,N802
multiplexer.py : A107,E501
[testenv]
basepython=python2
deps =
+ cryptography
pytest
pytest-cov
mock
pytest-mock
wsgi_intercept
jinja2
pycrypto
pysed
@@ -106,10 +107,11 @@
py.test \
--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 \
+ sitescripts/reports/tests \
tests
flake8 sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « sitescripts/reports/web/resolveReport.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld