Fix for travis-ci/multiprocessing

This commit is contained in:
Andrew Melton 2013-09-13 13:09:29 -04:00
parent b6cd2ba20c
commit 7660bbd222

View File

@ -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"