Fix for travis-ci/multiprocessing
This commit is contained in:
parent
b6cd2ba20c
commit
7660bbd222
@ -5,7 +5,9 @@ python:
|
||||
# command to install dependencies
|
||||
# install: "pip install -r requirements.txt --use-mirrors"
|
||||
# # command to run tests
|
||||
install:
|
||||
- "sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm"
|
||||
before_script:
|
||||
- rm -f __init__.py
|
||||
- rm -f __init__.pyc
|
||||
- "rm -f __init__.py"
|
||||
- "rm -f __init__.pyc"
|
||||
script: "./run_tests_venv.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user