mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-09 05:44:42 +00:00
travis update
- drop python 3.5 - drop django 2.0 - add django 2.2
This commit is contained in:
parent
0a0d8c755c
commit
aca486b162
1 changed files with 6 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -5,27 +5,26 @@ services:
|
|||
- postgresql
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
env:
|
||||
- DJANGO=1.11 DB=sqlite
|
||||
- DJANGO=1.11 DB=postgres
|
||||
- DJANGO=1.11 DB=mysql
|
||||
- DJANGO=2.0 DB=sqlite
|
||||
- DJANGO=2.0 DB=postgres
|
||||
- DJANGO=2.0 DB=mysql
|
||||
- DJANGO=2.1 DB=sqlite
|
||||
- DJANGO=2.1 DB=postgres
|
||||
- DJANGO=2.1 DB=mysql
|
||||
- DJANGO=2.2 DB=sqlite
|
||||
- DJANGO=2.2 DB=postgres
|
||||
- DJANGO=2.2 DB=mysql
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "2.7"
|
||||
env: DJANGO=2.0 DB=sqlite
|
||||
env: DJANGO=2.2 DB=sqlite
|
||||
- python: "2.7"
|
||||
env: DJANGO=2.0 DB=mysql
|
||||
env: DJANGO=2.2 DB=mysql
|
||||
- python: "2.7"
|
||||
env: DJANGO=2.0 DB=postgres
|
||||
env: DJANGO=2.2 DB=postgres
|
||||
- python: "2.7"
|
||||
env: DJANGO=2.1 DB=sqlite
|
||||
- python: "2.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue