瀏覽代碼

Put python egg cache in a writeable dir

Ben Firshman 11 年之前
父節點
當前提交
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