Merge remote-tracking branch 'frewsxcv/patch-1' into feature/python34

This commit is contained in:
Xavier Ordoquy 2014-05-16 00:33:49 +02:00
commit 160fbbee0c

View File

@ -5,6 +5,7 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO="https://www.djangoproject.com/download/1.7b2/tarball/"
@ -41,4 +42,7 @@ matrix:
env: DJANGO="django==1.4.11"
- python: "3.3"
env: DJANGO="django==1.3.7"
- python: "3.4"
env: DJANGO="django==1.4.11"
- python: "3.4"
env: DJANGO="django==1.3.7"