mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Put python egg cache in a writeable dir
This commit is contained in:
parent
d063f0e00c
commit
342f187318
@ -3,6 +3,8 @@
|
||||
# Exit on first error
|
||||
set -e
|
||||
|
||||
export PYTHON_EGG_CACHE="/tmp/.python-eggs"
|
||||
|
||||
TRAVIS_PYTHON_VERSION=$1
|
||||
source /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/activate
|
||||
env
|
||||
|
Loading…
x
Reference in New Issue
Block a user