Added Python 3.3 along 3.4 in testsuite.

This commit is contained in:
Martin Mahner 2014-12-28 13:34:50 +01:00
parent 91c747b7f5
commit febae7a34c
2 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,7 @@ language: python
python:
- 2.7
- 3.3
- 3.4
env:
- DJANGO=1.4.16
@ -15,6 +16,10 @@ matrix:
env: DJANGO=1.4.16
- python: 3.3
env: DJANGO=1.6.8
- python: 3.4
env: DJANGO=1.4.16
- python: 3.4
env: DJANGO=1.6.8
branches:
only:

View file

@ -4,6 +4,7 @@ envlist=
py27-django-1.4,
py27-django-1.6,
py27-django-1.7,
py33-django-1.7,
py34-django-1.7,
[testenv]
@ -19,5 +20,8 @@ deps=django==1.6.8
[testenv:py27-django-1.7]
deps=django==1.7.1
[testenv:py33-django-1.7]
deps=django==1.7.1
[testenv:py34-django-1.7]
deps=django==1.7.1