diff --git a/.travis.yml b/.travis.yml index e21fd201..5f127645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,8 @@ before_install: - sudo apt-get update # Python 3.2 is not supported by Miniconda, so we use the package manager for that run. - # NumPy has a bug in python 3 that is only fixed in the latest version, hence the download of _import_tools. + # NumPy has a bug in python 3 that is only fixed in the latest version, + # hence the below wget of numpy/_import_tools.py from github. - if [[ $ENV == python=3.2 ]]; then sudo apt-get install python3-numpy; wget https://raw.githubusercontent.com/numpy/numpy/master/numpy/_import_tools.py -O /home/travis/virtualenv/python3.2_with_system_site_packages/lib/python3.2/site-packages/numpy/_import_tools.py;