From a2fafeddab6cb94f9bdd5c7579f9be52bc9739ef Mon Sep 17 00:00:00 2001 From: rlskoeser Date: Mon, 25 Jul 2016 10:48:22 -0400 Subject: [PATCH] Adjust travis install steps for change to test dependencies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6675c5..6d73d98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - ci/setup-fedora.sh - pip install --upgrade setuptools - pip install -e . - - pip install -e ".[dev]" + - pip install -e ".[test]" - pip install coveralls - cp ci/testsettings.py test/localsettings.py