summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2017-04-30 22:17:03 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2017-04-30 22:17:03 -0700
commit24474469ff9d26bb130d12da7a971c7d9e1cb554 (patch)
treeade84df76952e99279c8992d898777529bdb8bb7 /tox.ini
parent01aac2070634f188c38aea356ea070b67054d548 (diff)
downloadnatsort-24474469ff9d26bb130d12da7a971c7d9e1cb554.tar.gz
Fixed TravisCI and tox integration.
In the previous method, the optional dependencies were not installed in the tox env. Now they are installed through tox.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 57dbe34..5ecc4fa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,8 +10,10 @@ envlist =
# docs
[testenv]
+passenv =
+ WITH_OPTIONS
deps =
- -rrequirements.txt
+ -r{env:WITH_OPTIONS:}requirements.txt
-rtesting-requirements.txt
-rcpython-testing-requirements.txt
commands =