From cfda557b316dac17eb0a9c849d9ef5a79f654d95 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Tue, 14 Mar 2017 13:40:01 -0400 Subject: [PATCH] updated makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 070c1b55..617be31e 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,11 @@ test-cedar-14: @docker run -v $(shell pwd):/buildpack:ro --rm -it -e "STACK=cedar-14" heroku/cedar:14 bash -c 'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;' @echo "" +test-heroku-16: + @echo "Running tests in docker (heroku-16)..." + @docker run -v $(shell pwd):/buildpack:ro --rm -it -e "STACK=heroku-16" heroku/heroku:16-build bash -c 'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;' + @echo "" + tools: git clone https://github.com/kennethreitz/pip-pop.git mv pip-pop/bin/* vendor/pip-pop/ -- GitLab