diff options
-rw-r--r-- | setup.cfg | 2 | ||||
-rwxr-xr-x | setup.py | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,5 @@ pep8ignore = tmp/* ALL */lib/python3* ALL */bin/* ALL +env = + D:BST_TEST_SUITE=True @@ -143,6 +143,7 @@ setup(name='BuildStream', tests_require=['pep8', 'coverage', 'pytest-datafiles', + 'pytest-env', 'pytest-pep8', 'pytest-cov', 'pytest'], |