Added python 3 to test matrix. Still unsupported due to issues with dependencies
This commit is contained in:
parent
8472cb32f8
commit
ec6f51ca21
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 2.7
|
||||
- 2.6
|
||||
|
||||
|
@ -28,3 +30,7 @@ matrix:
|
|||
env: DJANGO='django>=1.5,<1.6'
|
||||
- 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'
|
Loading…
Reference in a new issue