summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index af7bf98..ef4a703 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
envlist = py27,py34,py35,py36,pypy
+skip_missing_interpreters = true
[testenv]
passenv = LANG