mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-16 16:51:07 +00:00
Add tests for django 1.8 to travis.yml
This commit is contained in:
parent
d8e6f32cbd
commit
018716eb5f
1 changed files with 15 additions and 0 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -18,6 +18,9 @@ env:
|
|||
- DJANGO=1.7 DB=sqlite
|
||||
- DJANGO=1.7 DB=postgres
|
||||
- DJANGO=1.7 DB=mysql
|
||||
- DJANGO=1.8 DB=sqlite
|
||||
- DJANGO=1.8 DB=postgres
|
||||
- DJANGO=1.8 DB=mysql
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "3.2"
|
||||
|
|
@ -45,6 +48,12 @@ matrix:
|
|||
env: DJANGO=1.7 DB=postgres
|
||||
- python: "2.6"
|
||||
env: DJANGO=1.7 DB=mysql
|
||||
- python: "2.6"
|
||||
env: DJANGO=1.8 DB=sqlite
|
||||
- python: "2.6"
|
||||
env: DJANGO=1.8 DB=postgres
|
||||
- python: "2.6"
|
||||
env: DJANGO=1.8 DB=mysql
|
||||
|
||||
- python: "3.2"
|
||||
env: DJANGO=1.5 DB=mysql
|
||||
|
|
@ -64,6 +73,12 @@ matrix:
|
|||
env: DJANGO=1.7 DB=mysql
|
||||
- python: "3.4"
|
||||
env: DJANGO=1.7 DB=mysql
|
||||
- python: "3.2"
|
||||
env: DJANGO=1.8 DB=mysql
|
||||
- python: "3.3"
|
||||
env: DJANGO=1.8 DB=mysql
|
||||
- python: "3.4"
|
||||
env: DJANGO=1.8 DB=mysql
|
||||
before_install:
|
||||
- pip install -q flake8 --use-mirrors
|
||||
- PYFLAKES_NODOCTEST=1 flake8 modeltranslation
|
||||
|
|
|
|||
Loading…
Reference in a new issue