Skip to content

Commit

Permalink
Merge pull request #531 from bsipocz/appveyor_adding_py3.5
Browse files Browse the repository at this point in the history
Updating numpy and astropy versions for appveyor
  • Loading branch information
aphearin committed May 31, 2016
2 parents 9332e13 + 3f604ab commit 7d5715a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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

0 comments on commit 7d5715a

Please sign in to comment.