diff --git a/.travis.yml b/.travis.yml index 4c35713a..99b3b8ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,13 +50,13 @@ before_install: - pip install --use-mirrors matplotlib; - fi - - pip install --use-mirrors pillow - - pip install --use-mirrors cython - - pip install --use-mirrors flake8 - - pip install --use-mirrors six + - pip install pillow + - pip install cython + - pip install flake8 + - pip install six - - pip install --use-mirrors nose-cov - - pip install --use-mirrors coveralls + - pip install nose-cov + - pip install coveralls - python check_bento_build.py @@ -92,4 +92,3 @@ after_success: - if [[ $PYVER == '3.x' ]]; then - coveralls - fi -