Added support for Django 1.8.

This commit is contained in:
Daniel Roschka 2015-04-02 07:20:02 +02:00
parent 1af0f6cd43
commit 8acbc5526b
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ python:
env:
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
install:
- pip install -q $DJANGO
- pip install -r requirements.txt
script:
- python manage.py test
- python manage.py test