diff --git a/.travis.yml b/.travis.yml index f4b2aec68d75a38d3bc72c5e32ad1995de0c4e39..80f2fba6500a2129f0645e0e891e7c0728e53cff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: - sudo apt-get install -qq bob-dev - sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran - pip install --upgrade pip setuptools - - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel scipy$SCIPYSPEC sphinx nose; fi + - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel scipy$SCIPYSPEC sphinx nose install: - "python bootstrap.py" - "./bin/buildout"