From 1d8afb452ef63927a196c4f147c93b733b421613 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 12 Oct 2015 09:47:52 -0400
Subject: [PATCH] legacy venv location

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index 6dd4f8b5..6bcd1c55 100755
--- a/bin/compile
+++ b/bin/compile
@@ -20,7 +20,7 @@ CACHE_DIR=$2
 ENV_DIR=$3
 
 
-CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version"
+CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version .heroku/venv"
 
 # Static configurations for virtualenv caches.
 VIRTUALENV_LOC=".heroku/venv"
-- 
GitLab