From ffbaadbf8c496c3ebf7e32367fbc476e0c44e434 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Mon, 30 Apr 2018 20:35:29 +1000 Subject: [PATCH 1/2] pip --use-wheel no longer exists --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c299e6b4..bcef0c11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: before_install: - sudo apt-get install texlive texlive-latex-extra latexmk - pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support - - 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 --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org nose numpy matplotlib ${SPHINX_SPEC} script: - | python setup.py sdist From 560143be5b60c086368158e723da93e5612cbea6 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Mon, 30 Apr 2018 22:54:46 +1000 Subject: [PATCH 2/2] Remove astropy pip repositories --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcef0c11..49cb17cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ cache: before_install: - sudo apt-get install texlive texlive-latex-extra latexmk - pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support - - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org nose numpy matplotlib ${SPHINX_SPEC} + - pip install nose numpy matplotlib ${SPHINX_SPEC} script: - | python setup.py sdist