Skip to content

Commit cb9e6b9

Browse files
authored
CI pip --use-wheel no longer exists (#174)
1 parent 972b2dc commit cb9e6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717
before_install:
1818
- sudo apt-get install texlive texlive-latex-extra latexmk
1919
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
20-
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC}
20+
- pip install nose numpy matplotlib ${SPHINX_SPEC}
2121
script:
2222
- |
2323
python setup.py sdist

0 commit comments

Comments
 (0)