Tristan Van Berkom pushed to branch master at BuildStream / buildstream
Commits:
-
c15cb951
by Tristan Van Berkom at 2018-08-20T10:19:03Z
-
372abed5
by Tristan Van Berkom at 2018-08-20T11:47:53Z
1 changed file:
Changes:
... | ... | @@ -11,7 +11,7 @@ test=pytest |
11 | 11 |
|
12 | 12 |
[tool:pytest]
|
13 | 13 |
addopts = --verbose --basetemp ./tmp --pep8 --pylint --pylint-rcfile=.pylintrc --cov=buildstream --cov-config .coveragerc
|
14 |
-norecursedirs = integration-cache tmp __pycache__ .eggs
|
|
14 |
+norecursedirs = tests/integration/project integration-cache tmp __pycache__ .eggs
|
|
15 | 15 |
python_files = tests/*/*.py
|
16 | 16 |
pep8maxlinelength = 119
|
17 | 17 |
pep8ignore =
|