Commit 053a989d authored by Marius Gedminas's avatar Marius Gedminas

Workaround for travis multiprocessing issue

See travis-ci/travis-cookbooks#155
parent 2e154200
......@@ -4,6 +4,12 @@ python:
- 2.7
- 3.2
- 3.3
before_install:
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
# https://github.com/travis-ci/travis-cookbooks/issues/155
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm
install:
- python bootstrap.py
- bin/buildout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment