Fix the PEP8 yarn runner

This commit is contained in:
Dave Page 2019-03-22 09:04:19 +00:00
parent 83bb07e01d
commit 096220ece9

View File

@ -104,6 +104,6 @@
"test:karma": "yarn run linter && yarn run karma start",
"test:feature": "yarn run bundle && python regression/runtests.py --pkg feature_tests",
"test": "yarn run test:karma-once && yarn run bundle && python regression/runtests.py",
"pep8": "pycodestyle --config=.pycodestyle ."
"pep8": "pycodestyle --config=../.pycodestyle ../docs && pycodestyle --config=../.pycodestyle ../pkg && pycodestyle --config=../.pycodestyle ../tools && pycodestyle --config=../.pycodestyle ../web"
}
}