Commit 50a22d833863b8e1716e39e32619134c688fbd94

Authored by crccheck
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 - "3.3"
7 7 env:
8 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 10 install: pip install $DJANGO_PACKAGE --use-mirrors
11 11 script: python setup.py test
... ...
Please register or login to post a comment