Test against more pythons

This commit is contained in:
Matt Robenolt 2014-05-17 17:24:42 -07:00
parent 300451cf27
commit f7ae1383cb
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,8 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
env:
matrix:
- DJANGO=Django==1.4.10
@ -46,6 +48,8 @@ matrix:
env: DJANGO=Django==1.4.10
- python: "3.3"
env: DJANGO=Django==1.4.10
- python: "3.4"
env: DJANGO=Django==1.4.10
- python: "2.6"
env: DJANGO="-e git+git://github.com/django/django.git#egg=Django"
- python: "2.6"