| Index: tox.ini |
| diff --git a/tox.ini b/tox.ini |
| index a4b3915f77ad471191162f16cf1de038562a87c1..4f70e9194b4efa11a04ca3c445e2748fba75c465 100644 |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -4,11 +4,11 @@ skipsdist = true |
| [pytest] |
| # The names of the test files here don't start with 'test_' so we need |
| -# to instruct pytest to load tests from all files. |
| +# to instruct pytest to load test from all files. |
| python_files = *.py |
| [run] |
| -# Exclude tests from coverage. |
| +# Exclude test from coverage. |
| omit = */test/* |
| [flake8] |
| @@ -96,6 +96,8 @@ deps = |
| flake8-commas |
| pep8-naming |
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
| + httplib2 |
| + oauth2client |
| setenv = |
| SITESCRIPTS_CONFIG = ./.sitescripts.test |
| @@ -114,6 +116,7 @@ commands = |
| sitescripts/formmail/test \ |
| sitescripts/extensions/test \ |
| sitescripts/subscriptions/test \ |
| - sitescripts/reports/tests \ |
| + sitescripts/reports/tests \ |
| + sitescripts/oauth2dl/test/test_oauth2dl.py \ |
| tests |
| flake8 sitescripts multiplexer.py multiplexer.fcgi |