Skip to content

Commit

Permalink
Use Miniconda3
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Feb 13, 2019
1 parent 83a4e2f commit 9a0d43d
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 @@ -56,7 +56,7 @@ matrix:
before_install:
- |
if [ "$TRAVIS_OS_NAME" == 'osx' -a "$TOXENV" != "py27" ]; then
curl -O https://repo.anaconda.com/miniconda/Miniconda2-latest-MacOSX-x86_64.sh
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
bash Miniconda2-latest-MacOSX-x86_64.sh -b -p "$HOME/miniconda2"
REQUIRED_PYTHON_VERSION=$(python -c "import os; toxenv = os.environ['TOXENV']; print('.'.join(list(toxenv[2:])))")
~/miniconda2/bin/conda create -y -n "$TOXENV" python="$REQUIRED_PYTHON_VERSION"
Expand Down

0 comments on commit 9a0d43d

Please sign in to comment.