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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b63e40d1c..e018cf938 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,6 @@ tests/letstest/*.pem
tests/letstest/venv/
.venv
+
+# pytest cache
+/.cache