We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972b2dc commit cb9e6b9Copy full SHA for cb9e6b9
.travis.yml
@@ -17,7 +17,7 @@ cache:
17
before_install:
18
- sudo apt-get install texlive texlive-latex-extra latexmk
19
- 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}
+ - pip install nose numpy matplotlib ${SPHINX_SPEC}
21
script:
22
- |
23
python setup.py sdist
0 commit comments