diff options
author | Tristan Maat <tm@tlater.net> | 2018-01-11 08:25:37 +0000 |
---|---|---|
committer | Tristan Maat <tristan.maat@codethink.co.uk> | 2018-02-07 16:14:11 +0000 |
commit | eeed9f62eec752e3071211ccbdca1139e6e3448b (patch) | |
tree | 2d246fa3c02358d53037a2c7a41c18d2acefdf90 /setup.cfg | |
parent | 11c8f386bbf2c416705f4b6399b20b49f33dbde2 (diff) | |
download | buildstream-eeed9f62eec752e3071211ccbdca1139e6e3448b.tar.gz |
Merge integration tests into general tests
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ test=pytest [tool:pytest] addopts = --verbose --basetemp ./tmp --pep8 --cov=buildstream --cov-config .coveragerc -norecursedirs = integration-tests* +norecursedirs = integration-cache tmp __pycache__ python_files = tests/*/*.py pep8maxlinelength = 119 pep8ignore = |