Skip to content

Commit 61f9504

Browse files
committed
Attempt to fix Travis for python 3.2 / pypy3-2.4
1 parent a740290 commit 61f9504

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ services:
1717
script: python setup.py test
1818

1919
install:
20-
# Temporary solution for Travis CI multiprocessing issue #943
20+
# Work around https://github.com/travis-ci/travis-ci/issues/943
2121
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
22+
# Work around https://github.com/travis-ci/travis-ci/issues/5485
23+
- travis_retry pip install "virtualenv<14.0.0"

0 commit comments

Comments
 (0)