File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,18 @@ python:
14
14
env :
15
15
- DJANGO_VERSION=1.4
16
16
- DJANGO_VERSION=1.5
17
+ - DJANGO_VERSION=1.6
17
18
- DJANGO_VERSION=1.6-beta
19
+ - DJANGO_VERSION=1.7
18
20
19
21
matrix :
20
22
allow_failures :
21
23
- env : DJANGO_VERSION=1.4
22
24
23
25
install :
24
- - pip install https ://github.com/django-nonrel/django/tarball/ nonrel-$DJANGO_VERSION
25
- - pip install https ://github.com/django-nonrel/django-dbindexer/tarball/ master
26
- - pip install https ://github.com/django-nonrel/djangotoolbox/tarball/ master
26
+ - pip install git+http ://github.com/django-nonrel/django@ nonrel-$DJANGO_VERSION
27
+ - pip install git+http ://github.com/django-nonrel/django-dbindexer@ master
28
+ - pip install git+http ://github.com/django-nonrel/djangotoolbox@ master
27
29
- python setup.py install
28
30
29
31
script : cd tests && python runtests.py
You can’t perform that action at this time.
0 commit comments