| Index: tox.ini |
| diff --git a/tox.ini b/tox.ini |
| index 0083acc023bf9f7ad54e7a62d7c26cb0760da18c..0afbccc2392fec87158a9ddc17fa64950a801919 100644 |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -19,7 +19,10 @@ putty-ignore = |
| setenv = |
| PYTHONPATH = {toxinidir}/.. |
| deps = |
| + pycrypto |
| + pillow |
|
Sebastian Noack
2017/08/14 15:20:12
The README (in adblockpluschrome) lists PIL (not P
tlucas
2017/09/06 09:04:52
Got rid of PIL / pillow dependency completely (by
Sebastian Noack
2017/09/06 18:00:00
Well, the make_icons() function in packagerChrome.
Vasily Kuznetsov
2017/09/07 20:27:50
Guys! Writing your own image format parser is rath
Sebastian Noack
2017/09/07 20:39:00
Well, all we need at the current point, is extract
Sebastian Noack
2017/09/08 21:07:12
It is related to the tests, as it simplifies the t
Vasily Kuznetsov
2017/09/11 12:50:06
Seems like your proposal would work fine and it's
|
| pytest |
| + pytest-cov |
| jinja2 |
| # flake8-putty is not yet compatible with flake8 3.0 |
| flake8==2.* |
| @@ -27,5 +30,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=buildtools --cov-report=term-missing |
| flake8 |