diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2017-05-24 13:27:51 +0100 |
---|---|---|
committer | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2017-05-25 12:05:15 +0100 |
commit | 04457a189484f08f1b8e5d495a3dbc9102d1f20c (patch) | |
tree | efe36bc1c07d7887ece8d10685a90edf83a9912d /setup.py | |
parent | 98a4492b13d312aaeb2a3ea3c115e33a1a0c447c (diff) | |
download | buildstream-04457a189484f08f1b8e5d495a3dbc9102d1f20c.tar.gz |
Make logging go to stdout when the test suite is being run in CI
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,5 +119,6 @@ setup(name='BuildStream', 'pytest-datafiles', 'pytest-pep8', 'pytest-cov', + 'pytest-env', 'pytest'], zip_safe=False) |