We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a740290 commit 61f9504Copy full SHA for 61f9504
.travis.yml
@@ -17,5 +17,7 @@ services:
17
script: python setup.py test
18
19
install:
20
- # Temporary solution for Travis CI multiprocessing issue #943
+ # Work around https://github.com/travis-ci/travis-ci/issues/943
21
- 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