Skip to content

Commit b6de266

Browse files
committed
Added python 3.2 to test against django master . Related to #2075.
1 parent 1fcb495 commit b6de266

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ env:
2222
- TOX_ENV=py26-django1.4
2323
- TOX_ENV=py34-djangomaster
2424
- TOX_ENV=py33-djangomaster
25+
- TOX_ENV=py32-djangomaster
2526
- TOX_ENV=py27-djangomaster
2627

2728
matrix:
2829
fast_finish: true
2930
allow_failures:
3031
- env: TOX_ENV=py34-djangomaster
3132
- env: TOX_ENV=py33-djangomaster
33+
- env: TOX_ENV=py32-djangomaster
3234
- env: TOX_ENV=py27-djangomaster
3335

3436
install:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ envlist =
33
py27-flake8,
44
{py26,py27}-django1.4,
55
{py26,py27,py32,py33,py34}-django{1.5,1.6},
6-
{py27,py32,py33,py34}-django1.7,
7-
{py27,py33,py34}-djangomaster
6+
{py27,py32,py33,py34}-django{1.7,master}
87

98
[testenv]
109
commands = ./runtests.py --fast

0 commit comments

Comments
 (0)