Commit 50a22d833863b8e1716e39e32619134c688fbd94
1 parent
70745363
Updated travisCI config to use Django1.6 instead of 1.7 too
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -6,6 +6,6 @@ python: | @@ -6,6 +6,6 @@ python: | ||
| 6 | - "3.3" | 6 | - "3.3" |
| 7 | env: | 7 | env: |
| 8 | - DJANGO_PACKAGE="Django>=1.5,<1.6" | 8 | - DJANGO_PACKAGE="Django>=1.5,<1.6" |
| 9 | - - DJANGO_PACKAGE=https://github.com/django/django/archive/master.zip | 9 | + - DJANGO_PACKAGE="Django>=1.6,<1.7" |
| 10 | install: pip install $DJANGO_PACKAGE --use-mirrors | 10 | install: pip install $DJANGO_PACKAGE --use-mirrors |
| 11 | script: python setup.py test | 11 | script: python setup.py test |
Please
register
or
login
to post a comment