From 56152fe6a787139654b060bf7603d30584f0e5b5 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 4 Aug 2014 07:32:11 -0500 Subject: [PATCH] Update comment --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;