summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 540d05c56..040d7362e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,7 +80,9 @@ before_install:
#
# 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.
- - pip install -U 'virtualenv==14.0.4'
+ # 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'
- virtualenv --python=python venv
- source venv/bin/activate
- python -V