| Index: tox.ini |
| diff --git a/tox.ini b/tox.ini |
| index 0083acc023bf9f7ad54e7a62d7c26cb0760da18c..297c58b402dacdfa76fcb03248d4912a61993623 100644 |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -19,6 +19,8 @@ putty-ignore = |
| setenv = |
| PYTHONPATH = {toxinidir}/.. |
| deps = |
| + pycrypto |
| + pillow |
| pytest |
| jinja2 |
| # flake8-putty is not yet compatible with flake8 3.0 |
| @@ -27,5 +29,5 @@ deps = |
| pep8-naming |
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |
| commands = |
| - py.test tests |
| + py.test tests --capture=sys |
|
Vasily Kuznetsov
2017/08/11 16:46:02
While we're at it, let's add coverage measurement
tlucas
2017/08/14 14:23:18
Done. But py.test is valid too - why did you sugge
|
| flake8 |