Skip to content

Commit e898500

Browse files
committed
Travis-CI workaround for multiprocessing.Queue OSError
See travis-ci/travis-cookbooks#155 for background
1 parent 9c868d4 commit e898500

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ before_install:
1111
- cd -
1212

1313
install:
14-
pip install .
14+
- pip install .
15+
# Deal with issue on Travis builders re: multiprocessing.Queue :(
16+
# See https://github.com/travis-ci/travis-cookbooks/issues/155
17+
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
1518

1619
script:
1720
- python -m test.test_unit

0 commit comments

Comments
 (0)