You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -t $PWD/tmp https://dl.dropboxusercontent.com/u/9313631/wheelhouse/numpy/numpy-1.8.1-cp27-none-linux_x86_64.whl; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -t $PWD/tmp https://dl.dropboxusercontent.com/u/9313631/wheelhouse/scipy/scipy-0.14.0-cp27-none-linux_x86_64.whl; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -t $PWD/tmp https://dl.dropboxusercontent.com/u/9313631/wheelhouse/numpy/numpy-1.9.1-cp34-cp34m-linux_x86_64.whl; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -t $PWD/tmp https://dl.dropboxusercontent.com/u/9313631/wheelhouse/scipy/scipy-0.14.0-cp34-cp34m-linux_x86_64.whl; fi
- export PYTHONPATH=$PWD/tmp
# need matplotlib in "doc"
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -t $PWD/tmp https://dl.dropboxusercontent.com/u/9313631/wheelhouse/matplotlib/matplotlib-1.3.1-cp27-none-linux_x86_64.whl; fi