summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-05-14 18:51:30 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-05-14 18:51:30 -0700
commit13d0e4ebd2d41439e45944fa4e8d8fe7a8ada45d (patch)
tree1cffe2c2e5bbeacaccf62fcc667ff9c47aee1f96 /tox.ini
parent9efb42b85d19593a1db01d76df6f46d282f6b05e (diff)
downloadnatsort-13d0e4ebd2d41439e45944fa4e8d8fe7a8ada45d.tar.gz
WITH_OPTIONS -> WITH_EXTRAS
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e03f236..8de3055 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,11 +12,11 @@ envlist =
[testenv]
passenv =
- WITH_OPTIONS
+ WITH_EXTRAS
deps =
pipenv
extras =
- {env:WITH_OPTIONS:}
+ {env:WITH_EXTRAS:}
commands =
pipenv install --dev --skip-lock
pytest --doctest-modules {envsitepackagesdir}/natsort