Add Django 1.10 support

This commit is contained in:
Valentin Samir
2016-08-25 13:02:09 +02:00
parent 0c8a90e48f
commit 94c2168af1
8 changed files with 44 additions and 5 deletions

View File

@ -38,7 +38,7 @@ dist:
test_venv/bin/python:
virtualenv test_venv
test_venv/bin/pip install -U --requirement requirements-dev.txt 'Django<1.10'
test_venv/bin/pip install -U --requirement requirements-dev.txt 'Django<1.11'
test_venv/cas/manage.py: test_venv
mkdir -p test_venv/cas