1
0
Эх сурвалжийг харах

Put python egg cache in a writeable dir

Ben Firshman 11 жил өмнө
parent
commit
342f187318
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      script/travis

+ 2 - 0
script/travis

@@ -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