diff options
-rwxr-xr-x | tools/travis-before-install.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh index 1671d35b4..1b8c370d3 100755 --- a/tools/travis-before-install.sh +++ b/tools/travis-before-install.sh @@ -9,12 +9,7 @@ pushd builds # Build into own virtualenv # We therefore control our own environment, avoid travis' numpy -# -# Some change in virtualenv 14.0.5 caused `test_f2py` to fail. So, we have -# pinned `virtualenv` to the last known working version to avoid this failure. -# Appears we had some issues with certificates on Travis. It looks like -# bumping to 14.0.6 will help. -pip install -U 'virtualenv==14.0.6' +pip install -U virtualenv if [ -n "$USE_DEBUG" ] then |