mirror of https://github.com/docker/compose.git
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…
Reference in New Issue