diff --git a/.travis.yml b/.travis.yml index 0435d95362c..73e20a203cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_install: # Useful for debugging any issues with conda - conda info -a - - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytorch scipy -c pytorch-nightly + - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION cpuonly pytorch scipy -c pytorch-nightly - source activate test-environment - | if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then