summaryrefslogtreecommitdiff
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
parent9efb42b85d19593a1db01d76df6f46d282f6b05e (diff)
downloadnatsort-13d0e4ebd2d41439e45944fa4e8d8fe7a8ada45d.tar.gz
WITH_OPTIONS -> WITH_EXTRAS
-rw-r--r--.travis.yml4
-rw-r--r--tox.ini4
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b610af..ae012aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,8 @@ sudo: false
dist: trusty
env:
-- WITH_OPTIONS="fast,icu"
-- WITH_OPTIONS=""
+- WITH_EXTRAS="fast,icu"
+- WITH_EXTRAS=""
addons:
apt:
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