Index: tox.ini |
diff --git a/tox.ini b/tox.ini |
index 4a1a1864841cda4d423c11e3938b68f5024ba8f2..9351bed74ac63ce1ac3ef653b8675ad76a03df61 100644 |
--- a/tox.ini |
+++ b/tox.ini |
@@ -32,7 +32,10 @@ deps = |
flake8-commas |
pep8-naming |
hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
+ requests |
+ pytest-console-scripts |
+ pytest-mock |
commands = |
- py.test --cov-report term --cov-report html --cov=cms tests |
+ py.test --cov-report term --cov-report html --cov=cms --disable-warnings tests |
flake8 cms tests runserver.py runserver.spec |