Skip to content

Commit

Permalink
Conda for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent 42608ce commit 4c82c16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ before_install:
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano
- conda create --yes -n condaenv python=$TRAVIS_PYTHON_VERSION
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
- pip install codecov

# Install packages
install:
- pip install -r requirements.txt
Expand Down

0 comments on commit 4c82c16

Please sign in to comment.