| Index: tox.ini | 
| diff --git a/tox.ini b/tox.ini | 
| index 0083acc023bf9f7ad54e7a62d7c26cb0760da18c..46eba7f465406c86801e00ca324f8d977821b4a2 100644 | 
| --- a/tox.ini | 
| +++ b/tox.ini | 
| @@ -19,7 +19,9 @@ putty-ignore = | 
| setenv = | 
| PYTHONPATH = {toxinidir}/.. | 
| deps = | 
| + pycrypto | 
| pytest | 
| + pytest-cov | 
| jinja2 | 
| # flake8-putty is not yet compatible with flake8 3.0 | 
| flake8==2.* | 
| @@ -27,5 +29,5 @@ deps = | 
| pep8-naming | 
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo | 
| commands = | 
| - py.test tests | 
| + pytest tests --capture=sys --cov-config .coveragerc --cov=buildtools --cov-report=term-missing | 
| flake8 |