1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Adding Python 3.4.

This commit is contained in:
Adam Coddington 2015-07-07 21:02:01 -07:00
parent a86527beec
commit 3e1f6b9909

View file

@ -3,6 +3,7 @@ python:
- '2.6' - '2.6'
- '2.7' - '2.7'
- '3.3' - '3.3'
- '3.4'
env: env:
matrix: matrix:
- DJANGO=1.4.20 - DJANGO=1.4.20
@ -17,6 +18,8 @@ matrix:
exclude: exclude:
- env: DJANGO=1.4.20 - env: DJANGO=1.4.20
python: '3.3' python: '3.3'
- env: DJANGO=1.4.20
python: '3.4'
- env: DJANGO=1.7.8 - env: DJANGO=1.7.8
python: '2.6' python: '2.6'
- env: DJANGO=1.8.2 - env: DJANGO=1.8.2