diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-09 21:14:00 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-09 21:14:00 +0900 |
commit | 63ca7ee8334c00771a6c1e833d40659c3057e3a3 (patch) | |
tree | 448781d44176dd0ab699a6aeb083673b9a1ba6ce /setup.cfg | |
parent | aee302aae6536355f567541c49a618d3c53c7146 (diff) | |
download | buildstream-63ca7ee8334c00771a6c1e833d40659c3057e3a3.tar.gz |
Add pep8 checks to test suite
Now when running ./setup.py test, pep8 linter checks are automatically run.
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ test=pytest [tool:pytest] -addopts = --verbose --basetemp ./tmp +addopts = --verbose --basetemp ./tmp --pep8 python_files = tests/*/*.py |