| Index: tox.ini |
| =================================================================== |
| --- a/tox.ini |
| +++ b/tox.ini |
| @@ -12,25 +12,23 @@ |
| /cms/sources.py : A104,A107,A108,A206,A302,E501 |
| /cms/utils.py : A107,A302,E501 |
| /runserver.spec : E501,F821 |
| /tests/test_additional_paths.py : D401 |
| [testenv] |
| setenv = |
| PYTHONPATH = {toxinidir} |
| - |
| -deps = |
| - flask |
| +deps = flask |
|
rhowell
2018/08/16 21:07:55
Maybe leave this on two different lines? Looks lik
Jon Sonesen
2018/08/16 21:10:41
Acknowledged.
|
| jinja2 |
| urllib3 |
| markdown |
| pytest |
| pytest-cov |
| - pytest-mock |
| + mock |
| wsgi_intercept |
| flake8 |
| flake8-per-file-ignores>=0.4 |
| flake8-docstrings |
| flake8-commas |
| pep8-naming |
| hg+https://hg.adblockplus.org/codingtools#egg=flake8-eyeo&subdirectory=flake8-eyeo |