From 61f9504230d5cf04af73f67e02821fd64dffc8a7 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Thu, 25 May 2017 13:39:42 -0700 Subject: [PATCH] Attempt to fix Travis for python 3.2 / pypy3-2.4 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef0871b88..9f3754237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,7 @@ services: script: python setup.py test install: - # Temporary solution for Travis CI multiprocessing issue #943 + # Work around https://github.com/travis-ci/travis-ci/issues/943 - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm + # Work around https://github.com/travis-ci/travis-ci/issues/5485 + - travis_retry pip install "virtualenv<14.0.0"