mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-21 13:34:43 +00:00
Travis tests update for Django 1.9
This commit is contained in:
parent
2f57592962
commit
96bb3f5d04
1 changed files with 8 additions and 0 deletions
|
|
@ -7,19 +7,27 @@ matrix:
|
|||
env: DJANGO=django==1.7.*
|
||||
- python: 2.7
|
||||
env: DJANGO=django==1.8.*
|
||||
- python: 2.7
|
||||
env: DJANGO=django==1.9.*
|
||||
|
||||
- python: 3.3
|
||||
env: DJANGO=django==1.7.*
|
||||
- python: 3.3
|
||||
env: DJANGO=django==1.8.*
|
||||
- python: 3.3
|
||||
env: DJANGO=django==1.9.*
|
||||
|
||||
- python: 3.4
|
||||
env: DJANGO=django==1.7.*
|
||||
- python: 3.4
|
||||
env: DJANGO=django==1.8.*
|
||||
- python: 3.4
|
||||
env: DJANGO=django==1.9.*
|
||||
|
||||
- python: 3.5
|
||||
env: DJANGO=django==1.8.*
|
||||
- python: 3.5
|
||||
env: DJANGO=django==1.9.*
|
||||
|
||||
install:
|
||||
- pip install $DJANGO
|
||||
|
|
|
|||
Loading…
Reference in a new issue