From ce3c68538d889a1b32c2b20564174bde44646622 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 12 Oct 2015 10:36:34 -0400
Subject: [PATCH] no .heroku/venv

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

diff --git a/bin/compile b/bin/compile
index 6bcd1c55..6dd4f8b5 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 .heroku/venv"
+CACHE_ENTRIES=".heroku/python .heroku/python-stack .heroku/python-version"
 
 # Static configurations for virtualenv caches.
 VIRTUALENV_LOC=".heroku/venv"
-- 
GitLab