summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-03-16 11:44:11 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-16 11:44:45 +0000
commit9cb30d354f9886a54bef2dbe5c78ef6b21c6a202 (patch)
tree2c5421f41b15db54242e13addf1038b5dde4b8a1 /setup.cfg
parent47ec4f5259a7eae97d8458bd51fb0507b2f4c39b (diff)
downloadbuildstream-9cb30d354f9886a54bef2dbe5c78ef6b21c6a202.tar.gz
Make pylint and pep8 tests run by defaultjennis/add_gi.repository_to_ignored_pylint_modules
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4540ae9f3..e88c48572 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
test=pytest
[tool:pytest]
-addopts = --verbose --basetemp ./tmp --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc
+addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc
norecursedirs = integration-cache tmp __pycache__ .eggs
python_files = tests/*/*.py
pep8maxlinelength = 119