Skip to content

Commit

Permalink
Fix travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Apr 16, 2021
1 parent ded55a6 commit 6260a28
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ matrix:
- { python: "3.5", env: DJANGO_VERSION="2.0.*" }
- { python: "3.5", env: DJANGO_VERSION="2.1.*" }
- { python: "3.5", env: DJANGO_VERSION="2.2.*" }
- { python: "3.5", env: DJANGO_VERSION="3.1.*" }
- { python: "3.5", env: DJANGO_VERSION="3.2.*" }

- { python: "3.6", env: DJANGO_VERSION="1.11.*" }
- { python: "3.6", env: DJANGO_VERSION="2.0.*" }
Expand All @@ -22,15 +20,18 @@ matrix:
- { python: "3.6", env: DJANGO_VERSION="3.1.*" }
- { python: "3.6", env: DJANGO_VERSION="3.2.*" }

- { python: "3.7", env: DJANGO_VERSION="2.2.*", dist: xenial, sudo: true }
- { python: "3.7", env: DJANGO_VERSION="3.2.*", dist: xenial, sudo: true }
- { python: "3.7", env: DJANGO_VERSION="2.2.*" }
- { python: "3.7", env: DJANGO_VERSION="3.2.*" }

- { python: "3.8", env: DJANGO_VERSION="2.2.*", dist: xenial, sudo: true }
- { python: "3.8", env: DJANGO_VERSION="3.2.*", dist: xenial, sudo: true }
- { python: "3.8", env: DJANGO_VERSION="4.0.*", dist: xenial, sudo: true }
- { python: "3.8", env: DJANGO_VERSION="2.2.*" }
- { python: "3.8", env: DJANGO_VERSION="3.2.*" }
- { python: "3.8", env: DJANGO_VERSION=master }

- { python: "3.9", env: DJANGO_VERSION="3.2.*", dist: xenial, sudo: true }
- { python: "3.9", env: DJANGO_VERSION="4.0.*", dist: xenial, sudo: true }
- { python: "3.9", env: DJANGO_VERSION="3.2.*" }
- { python: "3.9", env: DJANGO_VERSION=master }

allow_failures:
- env: DJANGO_VERSION=master

install:
- pip install Django==${DJANGO_VERSION}
Expand Down
3 changes: 0 additions & 3 deletions reviews/migrations/0001_initial.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2019-01-31 10:16
from __future__ import unicode_literals

from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
Expand Down

0 comments on commit 6260a28

Please sign in to comment.