mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Fixing travis multiprocessing issue
This commit is contained in:
parent
70d59bf6c1
commit
26b4cd6c4f
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ virtualenv:
|
|||
before_install:
|
||||
- sudo apt-get install -qq python-scipy python-pip
|
||||
- sudo apt-get install -qq python-matplotlib
|
||||
# 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:
|
||||
- pip install --upgrade numpy==1.7.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue