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
|
# Exit on first error
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
export PYTHON_EGG_CACHE="/tmp/.python-eggs"
|
||||||
|
|
||||||
TRAVIS_PYTHON_VERSION=$1
|
TRAVIS_PYTHON_VERSION=$1
|
||||||
source /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/activate
|
source /home/travis/virtualenv/python${TRAVIS_PYTHON_VERSION}/bin/activate
|
||||||
env
|
env
|
||||||
|
|
Loading…
Reference in New Issue