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

Unified Diff: tox.ini

Issue 29354748: Fixes 4464 - Restore get_min_sdk_version() function from sitescripts.extensions.android module that… (Closed) Base URL: https://hg.adblockplus.org/sitescripts
Patch Set: Mock plugin repositories instead of cloning them Created Sept. 27, 2016, 9:44 a.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/extensions/test/test_updateManifests.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
@@ -76,16 +76,17 @@
basepython=python2
deps =
pytest
pytest-cov
mock
pytest-mock
wsgi_intercept
jinja2
+ pycrypto
pysed
# flake8-putty is not yet compatible with flake8 3.0
flake8==2.*
flake8-putty
pep8-naming
hg+https://hg.adblockplus.org/codingtools#egg=flake8-abp&subdirectory=flake8-abp
setenv =
@@ -97,10 +98,11 @@
-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 \
sitescripts/hg/test \
sitescripts/notifications/test \
sitescripts/stats/test \
- sitescripts/formmail/test
+ sitescripts/formmail/test \
+ sitescripts/extensions/test
flake8 sitescripts multiplexer.py multiplexer.fcgi
« no previous file with comments | « sitescripts/extensions/test/test_updateManifests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld