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 |