Skip to content

Commit a20a756

Browse files
jpadillatomchristie
authored andcommitted
Test against Django 1.10b1 (#4210)
* Test against Django 1.10b1 * Test against Django master
1 parent e1f7cc4 commit a20a756

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ env:
2222

2323
matrix:
2424
fast_finish: true
25+
allow_failures:
26+
- TOX_ENV=py27-djangomaster
27+
- TOX_ENV=py34-djangomaster
28+
- TOX_ENV=py35-djangomaster
2529

2630
install:
2731
# Virtualenv < 14 is required to keep the Python 3.2 builds running.

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ envlist =
66
py27-{lint,docs},
77
{py27,py32,py33,py34,py35}-django18,
88
{py27,py34,py35}-django19,
9-
{py27,py34,py35}-django110
9+
{py27,py34,py35}-django110,
10+
{py27,py34,py35}-django{master}
1011

1112
[testenv]
1213
commands = ./runtests.py --fast {posargs} --coverage -rw
@@ -16,7 +17,8 @@ setenv =
1617
deps =
1718
django18: Django==1.8.13
1819
django19: Django==1.9.7
19-
django110: Django==1.10a1
20+
django110: Django==1.10b1
21+
djangomaster: https://github.com/django/django/archive/master.tar.gz
2022
-rrequirements/requirements-testing.txt
2123
-rrequirements/requirements-optionals.txt
2224
basepython =

0 commit comments

Comments
 (0)