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:
authorJakub Warmuz <jakub@warmuz.org>2015-07-10 20:13:25 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-10 20:13:25 +0300
commit2ae6ac2bfdcf628efcbb9a6d14143c2d1b6b253e (patch)
tree2ea05a9ecef9ec49719fb999d19bbd4e16a79aea /.dockerignore
parentdb1e078c0602f0b691379d7c8bb31076e11b77b2 (diff)
Travis: tox-venv activation path adjustment
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore
index 203d8000f..0bdb9e62d 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,5 +1,5 @@
# this file uses slightly different syntax than .gitignore,
-# e.g. ".tox/" will not ignore .tox directory
+# e.g. "tox.cover/" will not ignore tox.cover directory
# well, official docker build should be done on clean git checkout
# anyway, so .tox should be empty... But I'm sure people will try to