Commit 8caad28bf2bbbc6887182eec7e67d621301ead1a
1 parent
d6f4a539
Updated the travis.yml to make the tests run a bit faster.
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -6,6 +6,6 @@ python: |
| 6 | 6 | - "3.3" |
| 7 | 7 | env: |
| 8 | 8 | - DJANGO_PACKAGE="Django>=1.5,<1.6" |
| 9 | - - DJANGO_PACKAGE=git+git://github.com/django/django.git | |
| 9 | + - DJANGO_PACKAGE=https://github.com/django/django/archive/master.zip | |
| 10 | 10 | install: pip install $DJANGO_PACKAGE --use-mirrors |
| 11 | 11 | script: python setup.py test | ... | ... |
Please
register
or
login
to post a comment