From cafc7fa1e358d571d20cab7d439a8d52d56b45e0 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 18 Dec 2015 13:31:13 +0100 Subject: [PATCH] Use locally build package when make test virtualenv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff93bbf..8024a2b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ dist: test_venv: dist mkdir -p test_venv virtualenv test_venv - test_venv/bin/pip install -U django-cas-server ./dist/django-cas-server-${VERSION}.tar.gz + test_venv/bin/pip install -U django-cas-server -f ./dist/django-cas-server-${VERSION}.tar.gz test_venv/cas: mkdir -p test_venv/cas