Added python 3 to test matrix. Still unsupported due to issues with dependencies

This commit is contained in:
Iacopo Spalletti 2014-06-11 13:02:42 +02:00
parent 8472cb32f8
commit ec6f51ca21

View file

@ -3,6 +3,8 @@
language: python language: python
python: python:
- 3.3
- 3.4
- 2.7 - 2.7
- 2.6 - 2.6
@ -27,4 +29,8 @@ matrix:
- python: 3.3 - python: 3.3
env: DJANGO='django>=1.5,<1.6' env: DJANGO='django>=1.5,<1.6'
- python: 3.3 - python: 3.3
env: DJANGO='django>=1.6,<1.7'
- python: 3.4
env: DJANGO='django>=1.5,<1.6'
- python: 3.4
env: DJANGO='django>=1.6,<1.7' env: DJANGO='django>=1.6,<1.7'