Skip to content

Commit

Permalink
Miniconda2 not miniconda 1 in travis.
Browse files Browse the repository at this point in the history
Apparently this seems to be the error, let me check.
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent f0bf3a4 commit b195015
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 @@ -12,7 +12,7 @@ before_install:
fi
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda/bin:$PATH
- export PATH=/home/travis/miniconda2/bin:$PATH
# The next couple lines fix a crash with multiprocessing on Travis and are not specific to using Miniconda
- conda create --yes -n condaenv python=$TRAVIS_PYTHON_VERSION
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano
Expand Down

0 comments on commit b195015

Please sign in to comment.