Skip to content

Commit

Permalink
Django 1.8 is now on a release branch (yay!)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Jan 18, 2015
1 parent fc08827 commit 82c4164
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
env:
- TOXENV=py26-1.6.X,py27-1.6.X
- TOXENV=py27-1.7.X
- TOXENV=py27-1.8.X
- TOXENV=py27-trunk
- TOXENV=docs
- TOXENV=flake8
Expand All @@ -15,6 +16,9 @@ script:
- tox
after_success:
- coveralls
matrix:
allow_failures:
- env: TOXENV=py27-trunk
notifications:
irc:
- "irc.freenode.org#rapidsms"
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist = py26-1.6.X,
py27-1.6.X,
py27-1.7.X,
py27-1.8.X,
py27-trunk,
docs,
flake8,
Expand Down Expand Up @@ -31,6 +32,11 @@ basepython = python2.7
deps = django>=1.7,<1.8
{[default]deps}

[testenv:py27-1.8.X]
basepython = python2.7
deps = https://github.com/django/django/archive/stable/1.8.x.zip
{[default]deps}

[testenv:py27-trunk]
basepython = python2.7
deps = https://github.com/django/django/archive/master.zip
Expand Down

0 comments on commit 82c4164

Please sign in to comment.