From 755b7b89eda1532764c99d546188d55a3db70aaf Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 1 Sep 2018 13:18:07 -0600 Subject: TST: Update travis testing to use latest virtualenv. The virtualenv version was pinned to 14.0.6, which seems to have started causing test failures on Python 2.7 for some unknown reason. The lastest version is 16.0.0 and that seems to fix the problem. --- tools/travis-before-install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tools') 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 -- cgit v1.2.1