Skip to content

Commit

Permalink
Django 1.11.x (#44)
Browse files Browse the repository at this point in the history
* set django requirements to <1.12
  • Loading branch information
qsollet authored and mikebryant committed Sep 8, 2017
1 parent 44025bb commit d775590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
- DJANGO=1.8
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
install:
- pip install -q gitversion
- pip install -q Django==$DJANGO
Expand All @@ -33,12 +34,16 @@ matrix:
env: DJANGO=1.9
- python: 2.6
env: DJANGO=1.10
- python: 2.6
env: DJANGO=1.11
- python: 3.3
env: DJANGO=1.4.15
- python: 3.3
env: DJANGO=1.9
- python: 3.3
env: DJANGO=1.10
- python: 3.3
env: DJANGO=1.11
- python: 3.4
env: DJANGO=1.4.15
- python: 3.5
Expand All @@ -53,6 +58,8 @@ matrix:
env: DJANGO=1.9
- python: pypy3.3-5.5-alpha
env: DJANGO=1.10
- python: pypy3.3-5.5-alpha
env: DJANGO=1.11
deploy:
provider: pypi
user: LeaChim
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

INSTALL_REQUIRES = [
'django < 1.11',
'django < 1.12',
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit d775590

Please sign in to comment.