Use locally build package when make test virtualenv
This commit is contained in:
parent
de8f0d016f
commit
cafc7fa1e3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ dist:
|
||||||
test_venv: dist
|
test_venv: dist
|
||||||
mkdir -p test_venv
|
mkdir -p test_venv
|
||||||
virtualenv 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:
|
test_venv/cas:
|
||||||
mkdir -p test_venv/cas
|
mkdir -p test_venv/cas
|
||||||
|
|
Loading…
Reference in a new issue