summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-05-17 22:55:49 -0400
committerSeth M Morton <seth.m.morton@gmail.com>2018-05-17 22:58:45 -0400
commitf030b145e04159468149e7fc18333980319c3946 (patch)
tree5e65a91a29bccadcaa838b557439d3b46502b0d8 /tox.ini
parenta0485bd7d805137bc2730b70c7ad11d1bd80f15f (diff)
downloadnatsort-f030b145e04159468149e7fc18333980319c3946.tar.gz
Add skip_missing_interpreters to tox.ini.dont-be-pretentious
This way users will not be penalized if they do not have all python versions installed. The docs are updated to suggest just calling tox with no arguments.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fc39d31..55ff47b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,10 @@ envlist =
# docs
# release
+# Don't error out if a user hasn't installed all python versions.
+skip_missing_interpreters =
+ true
+
[testenv]
passenv =
WITH_EXTRAS