Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2018-01-04 04:49:22 +0300
committerohemorange <ebportnoy@gmail.com>2018-01-04 04:49:22 +0300
commit5388842e5b3868e29caf545fb771a23e7fce4143 (patch)
tree2ac062f336770e657c0b71a799b95efa3bb725fa /pytest.ini
parented2168aaa8c8a7e1bef449e60167b53d501d173a (diff)
Fix pytest on macOS in Travis (#5360)
* Add tools/pytest.sh * pass TRAVIS through in tox.ini * Use tools/pytest.sh to run pytest * Add quiet to pytest.ini * ignore pytest cache
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 000000000..b64550cb7
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,2 @@
+[pytest]
+addopts = --quiet