Updated the build matrix.

I added Python 3.4 and PyPy and Django 1.6.
I also upgraded all minor versions of all Django packages.
This commit is contained in:
Omer Katz 2014-07-30 02:01:36 +03:00
parent 0b054712d1
commit 10f8e5f5cf

View file

@ -4,10 +4,13 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
- "pypy"
env:
- DJANGO_VERSION=1.3.7
- DJANGO_VERSION=1.4.5
- DJANGO_VERSION=1.5.1
- DJANGO_VERSION=1.4.13
- DJANGO_VERSION=1.5.8
- DJANGO_VERSION=1.6.5
install:
- pip install Django==$DJANGO_VERSION
- python setup.py install
@ -22,3 +25,11 @@ matrix:
env: DJANGO_VERSION=1.4.5
- python: 3.3
env: DJANGO_VERSION=1.3.7
- python: 3.4
env: DJANGO_VERSION=1.4.5
- python: 3.4
env: DJANGO_VERSION=1.3.7
- python: "pypy"
env: DJANGO_VERSION=1.4.5
- python: "pypy"
env: DJANGO_VERSION=1.3.7