-
Notifications
You must be signed in to change notification settings - Fork 11
Conversation
Miniconda3.6 is not released yet. We can build against 3.6 but tests fail.
About the travis errors: It tries to download
|
Installing matplotlib from sdist fails, so force installation from wheel. This prevents pip selecting an sdist from pypi if the sdist version is higher than the pre-built wheel in the wheelhouse.
The Unfortunately there a missing matplotlib python 3.6 wheel... (sigh). The MacPython wheelbuilder failed. Reported as: matplotlib/matplotlib#7799 |
remote_data='none' should be the default, but it is 'any' due to an astropy bug.
Do not use `python setup.py test` Run tests from installed wheel, as on travis-ci.
nipy has manylinux1_x86_64 instead of manylinux1_i686 This should use matplotlib from: http://nipy.bic.berkeley.edu/manylinux/matplotlib-1.5.3-cp36-cp36m-manylinux1_x86_64.whl
The tests try to run cython/MSVC so CMD_IN_ENV is needed to find compiler.
@matthew-brett: This is (almost) ready to merge. Although there are many commits the changes are quite small:
ToDo:
|
Great - thanks. |
Build astropy v1.3 on appveyor and travis.
I have disabled the appveyor (windows) builds for python 3.6. Although installing python 3.6 from conda is possible (with a work-around) the tests fail (appveyor build)
Even after merging this will not upload the windows wheels to the wheelhouse. The provided password is copied from the matthew-brett appveyor account (from MacPython/cython-wheels and pytables-wheels). The password needs to be reencrypted using the MacPython appveyor account.
Closes #3