diff --git a/.travis.yml b/.travis.yml index 639a33e..e2ade98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy pytest - source activate test-environment - easy_install --upgrade six - - pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp27-none-linux_x86_64.whl + - pip install --upgrade tensorflow==1.0.0 - pip install -r requirements.txt