diff options
author | Martin Liska <mliska@suse.cz> | 2020-11-03 17:32:10 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-11-03 17:32:10 +0100 |
commit | 19859d6ba6b09baca6b42e7c8fec68c4dc8882aa (patch) | |
tree | ef8271847bf9789d22fee1298f8d736903dcb8dc /contrib/gcc-changelog/setup.cfg | |
parent | abe93733a265f8a8b56dbdd307380f8c83dd3ab5 (diff) | |
download | gcc-19859d6ba6b09baca6b42e7c8fec68c4dc8882aa.zip gcc-19859d6ba6b09baca6b42e7c8fec68c4dc8882aa.tar.gz gcc-19859d6ba6b09baca6b42e7c8fec68c4dc8882aa.tar.bz2 |
Add setup.cfg for pytest.
contrib/ChangeLog:
* gcc-changelog/setup.cfg: New file.
Diffstat (limited to 'contrib/gcc-changelog/setup.cfg')
-rw-r--r-- | contrib/gcc-changelog/setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/setup.cfg b/contrib/gcc-changelog/setup.cfg new file mode 100644 index 0000000..9e4a0f6 --- /dev/null +++ b/contrib/gcc-changelog/setup.cfg @@ -0,0 +1,2 @@ +[tool:pytest] +addopts = -vv --flake8 |