Skip to content

Commit

Permalink
Restrict conda version for numpy/astropy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdillon committed Oct 24, 2018
1 parent a45831f commit b48ad70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install:
- conda info -a

# create environment and install dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy nose pip matplotlib coverage
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION 'numpy <1.15.3' scipy nose pip matplotlib coverage
- source activate test-environment
- conda install -c conda-forge healpy aipy
- pip install coveralls
Expand Down

0 comments on commit b48ad70

Please sign in to comment.