summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2017-05-24 13:27:51 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2017-05-25 12:05:15 +0100
commit04457a189484f08f1b8e5d495a3dbc9102d1f20c (patch)
treeefe36bc1c07d7887ece8d10685a90edf83a9912d /setup.cfg
parent98a4492b13d312aaeb2a3ea3c115e33a1a0c447c (diff)
downloadbuildstream-04457a189484f08f1b8e5d495a3dbc9102d1f20c.tar.gz
Make logging go to stdout when the test suite is being run in CI
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a89a2e902..96213b641 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,4 +11,6 @@ pep8ignore =
doc/source/conf.py ALL
tmp/* ALL
*/lib/python3* ALL
- */bin/* ALL \ No newline at end of file
+ */bin/* ALL
+env =
+ D:BST_TEST_SUITE=True