mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-03-16 20:10:24 +00:00
fix django version in travis config
This commit is contained in:
parent
33f4b9aec7
commit
454808a0f9
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ python:
|
|||
|
||||
env:
|
||||
- DJANGO="django==3.0"
|
||||
- DJANGO="django==2.2.28"
|
||||
- DJANGO="django==2.2.8"
|
||||
- DJANGO="django==1.11.26"
|
||||
|
||||
install:
|
||||
|
|
@ -30,11 +30,11 @@ matrix:
|
|||
- python: "3.5"
|
||||
env: DJANGO="django==3.0"
|
||||
- python: "2.7"
|
||||
env: DJANGO="django==2.2.28"
|
||||
env: DJANGO="django==2.2.8"
|
||||
- python: "2.7"
|
||||
env: DJANGO="django==3.0"
|
||||
- python: pypy
|
||||
env: DJANGO="django==2.2.28"
|
||||
env: DJANGO="django==2.2.8"
|
||||
- python: pypy
|
||||
env: DJANGO="django==3.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue