Skip to content

Commit fef0185

Browse files
author
Mark Unsworth
committed
reverted change to use tarballs instead of cloning from git
1 parent c0dcc66 commit fef0185

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ python:
1414
env:
1515
- DJANGO_VERSION=1.4
1616
- DJANGO_VERSION=1.5
17+
- DJANGO_VERSION=1.6
1718
- DJANGO_VERSION=1.6-beta
19+
- DJANGO_VERSION=1.7
1820

1921
matrix:
2022
allow_failures:
2123
- env: DJANGO_VERSION=1.4
2224

2325
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
2729
- python setup.py install
2830

2931
script: cd tests && python runtests.py

0 commit comments

Comments
 (0)