Skip to content

Commit

Permalink
Adding numpy reinstallation after sherpa install
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 2, 2016
1 parent 5d7f878 commit 76dc28e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -147,6 +147,8 @@ install:
- if $SHERPA; then
conda install --yes --channel astropy numpy=$NUMPY_VERSION iminuit;
conda install --yes --channel https://conda.anaconda.org/cxc/channel/dev sherpa;
# Reinstalling the required numpy version as it could been downgraded
conda install --yes -q numpy=$NUMPY_VERSION;
fi

script:
Expand Down

0 comments on commit 76dc28e

Please sign in to comment.