Skip to content

Commit

Permalink
Merge pull request #553 from felixxm/django-version
Browse files Browse the repository at this point in the history
Bumped Django 1.11 version. Moved Django 1.11 to allowed_failures in the travis configuration.
  • Loading branch information
craigds committed Mar 27, 2017
2 parents 07cd45e + 2f8a58c commit f7650c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ matrix:
python: "3.3"
- env: DJANGO="Django>=1.10,<1.11"
python: "3.3"
- env: DJANGO="Django>=1.11b1,<2.0"
- env: DJANGO="Django>=1.11rc1,<2.0"
python: "3.3"
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
python: "2.7"
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz"
python: "3.3"
allow_failures:
- env: DJANGO="Django>=1.11rc1,<2.0"
- env: DJANGO="https://github.com/django/django/archive/master.tar.gz"

before_install: pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ deps =
dj18: Django>=1.8,<1.9
dj19: Django>=1.9,<1.10
dj110: Django>=1.10,<1.11
dj111: Django>=1.11b1,<2.0
dj111: Django>=1.11rc1,<2.0

0 comments on commit f7650c6

Please sign in to comment.