Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating numpy and astropy versions for appveyor #531

Merged
merged 2 commits into from
May 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ matrix:
- python: 2.7
env: CONDA_DEPENDENCIES="`echo $CONDA_DEPENDENCIES | sed 's/ h5py//'`" # this magic incantation removes the substring " h5py" from the dependencies

allow_failures:
# The build with numpy v1.11.1rc1 halts in the middle without
# showing any obvious reason, thus allowing it to fail for now.
- python: 3.5
env: NUMPY_VERSION=prerelease SETUP_CMD='test'

before_install:

# If there are matplotlib tests, comment these out to
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ environment:
matrix:

- PYTHON_VERSION: "2.7"
ASTROPY_VERSION: "1.0"
NUMPY_VERSION: "1.9.1"
ASTROPY_VERSION: "stable"
NUMPY_VERSION: "stable"

platform:
-x64
Expand Down