Put python egg cache in a writeable dir
This commit is contained in:
parent
d063f0e00c
commit
342f187318
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue