1
0
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:
Ben Firshman 2014-01-11 14:52:37 +00:00
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