From 3a90382b7720bff6b5aa9dc1448ba739af54f0b5 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Fri, 24 Aug 2018 15:47:20 -0400 Subject: [PATCH] remove 3.4 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35efa350..f9000c63 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ IMAGE=rstudio/rsconnect-jupyter-py clean: rm -rf build/ dist/ rsconnect.egg-info/ -images: image2 image3.4 image3.5 image3.6 image3.7 +images: image2 image3.5 image3.6 image3.7 image%: docker build \ @@ -35,7 +35,7 @@ launch: notebook%: make DOCKER_IMAGE=$(IMAGE)$* PY_VERSION=$* TARGET=run launch -tests: test2 test3.4 test3.5 test3.6 test3.7 +tests: test2 test3.5 test3.6 test3.7 test: # TODO run in container