| Index: tox.ini |
| =================================================================== |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -27,7 +27,7 @@ |
| commands = |
| cp .sitescripts.example .sitescripts.test |
| pysed \ |
| - -r sitescripts\.(reports|filterhits|testpages|crawler|urlfixer)\.web.* \ |
| + -r sitescripts\.(reports|testpages|crawler|urlfixer)\.web.* \ |
| '' .sitescripts.test --write |
| python ensure_dependencies.py |
| py.test \ |
| @@ -35,5 +35,5 @@ |
| sitescripts/hg/test \ |
| sitescripts/notifications/test \ |
| sitescripts/stats/test |
| - flake8 --ignore=E129,E501,E704,E711,E712,E713,E714,E731,F401,F841,F821 \ |
| + flake8 --ignore=E129,E501,E704,E711,E712,E713,E731,F401,F841,F821 \ |
| sitescripts multiplexer.py multiplexer.fcgi |