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