Add the new Django 1.8b1 & 1.7.5

This commit is contained in:
Xavier Ordoquy 2015-02-28 13:44:51 +01:00
parent 120a04c8e9
commit 50c6f7f310
1 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ env:
- DJANGO=Django==1.4.18
- DJANGO=Django==1.5.10
- DJANGO=Django==1.6.10
- DJANGO=Django==1.7.3
- DJANGO=Django==1.8a1
- DJANGO=Django==1.7.5
- DJANGO=Django==1.8b1
- 'DJANGO="-e git+git://github.com/django/django.git#egg=Django"'
global:
- 'PIP_DOWNLOAD_CACHE=".pip_download_cache"'
@ -56,6 +56,6 @@ matrix:
- python: "2.6"
env: DJANGO="-e git+git://github.com/django/django.git#egg=Django"
- python: "2.6"
env: DJANGO=Django==1.8a1
env: DJANGO=Django==1.8b1
- python: "2.6"
env: DJANGO=Django==1.7.3
env: DJANGO=Django==1.7.5