From c555b9547ea0260f746413623d1c36c251b8037c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 12 Jun 2017 21:27:02 +0200 Subject: [PATCH] Non-interactive pip test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e9780b..a581a76 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ dist/$(TARNAME): version sdist: dist/$(TARNAME) pip_test-%: sdist - docker run --rm -v $$PWD/dist:/dist/ -ti python:$* pip install /dist/$(TARNAME); + docker run --rm -v $$PWD/dist:/dist/ python:$* pip install /dist/$(TARNAME); pip_test: $(addprefix pip_test-,$(PYVERSIONS))