From ec458211bc7d8292bd87cb617c40a8821e7881dd Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 26 Jul 2013 01:18:10 -0700 Subject: [PATCH] Have just travis just install test requirements. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5452294..9725881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ python: - 2.7 - 3.3 install: - - pip install -q -e ".[test,color,phone,password]" --use-mirrors + - pip install -q -e ".[test]" --use-mirrors script: - python setup.py test