diff options
author | Devaev Maxim <[email protected]> | 2018-11-21 07:56:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-21 07:56:27 +0300 |
commit | 4a988136d1a3d27befab46819d1f41331a6eb49a (patch) | |
tree | 3f475f8da93171134c3bccc583a5733a5c8410b2 /testenv | |
parent | c05ed9f2d82c85a6b115809242acd921855c71b8 (diff) |
refactoring
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini index 6d71a64c..874df6ce 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -37,7 +37,7 @@ commands = eslint --config=testenv/eslintrc.yaml --color --ext .js web/js [testenv:htmlhint] whitelist_externals = htmlhint -commands = htmlhint web/*.html +commands = htmlhint web/*.html web/*/*.html [flake8] max-line-length = 160 |