require Django<1.10 in Makefile
This commit is contained in:
parent
94fc7d0e2b
commit
f5031e6388
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ dist:
|
||||||
|
|
||||||
test_venv/bin/python:
|
test_venv/bin/python:
|
||||||
virtualenv test_venv
|
virtualenv test_venv
|
||||||
test_venv/bin/pip install -U --requirement requirements-dev.txt Django
|
test_venv/bin/pip install -U --requirement requirements-dev.txt 'Django<1.10'
|
||||||
|
|
||||||
test_venv/cas/manage.py: test_venv
|
test_venv/cas/manage.py: test_venv
|
||||||
mkdir -p test_venv/cas
|
mkdir -p test_venv/cas
|
||||||
|
|
Loading…
Reference in a new issue