Skip to content

Commit

Permalink
Changed travis to install atlas.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Apr 7, 2017
1 parent 121dd30 commit 56a24db
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 @@ -22,10 +22,10 @@ before_install:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
- conda install --yes atlas numpy scipy matplotlib

install:
- pip install -U pip
- conda install --yes numpy scipy matplotlib
- pip install -r requirements.txt
- pip install python-coveralls

Expand Down

0 comments on commit 56a24db

Please sign in to comment.