Skip to content
Snippets Groups Projects
Commit 6beaddce authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix travis

parent e8ef4ad7
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ before_install:
# Commands below copied from: http://conda.pydata.org/docs/travis.html
# We do this conditionally because it saves us some downloading if the
# version is the same.
# See https://www.tensorflow.org/install/install_linux#use_pip_in_anaconda
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
# See https://www.tensorflow.org/install/install_linux#use_pip_in_anaconda
export TF_PACKAGE=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.10.1-cp27-none-linux_x86_64.whl;
else
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment