Skip to content

Commit

Permalink
Try out Django-1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertheau authored and Michael van Tellingen committed Apr 8, 2015
1 parent 993ab49 commit 7bb5a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ env:
- PIP_FIND_LINKS=file://$HOME/.cache/pip/wheels
matrix:
- DJANGO=Django==1.7.7
- DJANGO=Django==1.8.0

install:
# Before installation, we'll run ``pip wheel``, this will build wheels for
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=find_packages('src'),
include_package_data=True,
install_requires=[
'django>=1.7.7,<1.8',
'django>=1.6.8,<1.9',
# PIL is required for image fields, Pillow is the "friendly" PIL fork
'pillow>=1.7.8,<=2.7',
# We use the ModelFormSetView from django-extra-views for the basket
Expand Down

0 comments on commit 7bb5a6d

Please sign in to comment.