mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added Python 3.3 along 3.4 in testsuite.
This commit is contained in:
parent
91c747b7f5
commit
febae7a34c
2 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.3
|
- 3.3
|
||||||
|
- 3.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.4.16
|
- DJANGO=1.4.16
|
||||||
|
@ -15,6 +16,10 @@ matrix:
|
||||||
env: DJANGO=1.4.16
|
env: DJANGO=1.4.16
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
env: DJANGO=1.6.8
|
env: DJANGO=1.6.8
|
||||||
|
- python: 3.4
|
||||||
|
env: DJANGO=1.4.16
|
||||||
|
- python: 3.4
|
||||||
|
env: DJANGO=1.6.8
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -4,6 +4,7 @@ envlist=
|
||||||
py27-django-1.4,
|
py27-django-1.4,
|
||||||
py27-django-1.6,
|
py27-django-1.6,
|
||||||
py27-django-1.7,
|
py27-django-1.7,
|
||||||
|
py33-django-1.7,
|
||||||
py34-django-1.7,
|
py34-django-1.7,
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
@ -19,5 +20,8 @@ deps=django==1.6.8
|
||||||
[testenv:py27-django-1.7]
|
[testenv:py27-django-1.7]
|
||||||
deps=django==1.7.1
|
deps=django==1.7.1
|
||||||
|
|
||||||
|
[testenv:py33-django-1.7]
|
||||||
|
deps=django==1.7.1
|
||||||
|
|
||||||
[testenv:py34-django-1.7]
|
[testenv:py34-django-1.7]
|
||||||
deps=django==1.7.1
|
deps=django==1.7.1
|
||||||
|
|
Loading…
Reference in a new issue