Skip to content

Commit

Permalink
Workaround for travis multiprocessing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 22, 2013
1 parent 2e15420 commit 053a989
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 053a989

Please sign in to comment.