summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRémy Greinhofer <remy.greinhofer@gmail.com>2017-10-14 15:33:15 -0500
committerZachery Bir <zbir@zacbir.net>2018-05-14 12:22:01 -0400
commit535559adbd7d5549d1d123e8c7f9a9e602f0cc3f (patch)
tree2361ba550b6a04080d57f1be0819a65b2b14e331 /.gitignore
parentdf1a8f57c3e6467ae277ba487c962239745f392e (diff)
downloadclick-535559adbd7d5549d1d123e8c7f9a9e602f0cc3f.tar.gz
Fix variable precedence
This patch fixes the variable precedence in order to have the default values read last: 1. Values from CLI 2. Values from the environment 3. Default values Tests were added accordingly. Drive-by: * Update `.gitignore` file * Update `tox.ini` to skip missing environments Fixes: #873
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ed66c15..fe562f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ dist
build
docs/_build
click.egg-info
+venv/
.tox
.cache
.ropeproject