Skip to content

Commit

Permalink
force only np=1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
justincely committed May 2, 2016
1 parent dd8cdd3 commit 2a6c2d6
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,35 +36,13 @@ env:

matrix:
include:

#CHECK SPHINX DOC WARNINGS
- python: 2.7
env: SETUP_CMD='build_sphinx -w'
- python: 3.4
env: SETUP_CMD='build_sphinx -w'

#CHECK ASTROPY
- python: 2.7
env: ASTROPY_VERSION=development SETUP_CMD='build_sphinx -w'
- python: 3.3
env: ASTROPY_VERSION=development SETUP_CMD='build_sphinx -w's

#CHECK NUMPY
- python: 2.7
env: NUMPY_VERSION=1.10
- python: 3.3
- python: 3.4
- python: 2.7
env: NUMPY_VERSION=1.10
- python: 2.7
env: NUMPY_VERSION=1.11

#CHECK WITHOUT OPTIONAL DEPENDENCIES
- python: 2.7
env: INSTALL_OPTIONAL=false
- python: 3.4
env: INSTALL_OPTIONAL=false


env: NUMPY_VERSION=1.10

before_install:

Expand Down

0 comments on commit 2a6c2d6

Please sign in to comment.