From cef92412df55fcb2eb8e4c5858d607f69f63ffa0 Mon Sep 17 00:00:00 2001 From: Dmitriy Sokolov Date: Fri, 5 Apr 2019 14:27:49 +0300 Subject: [PATCH] Fix travis dist --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9cca04e..5494968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: python cache: pip +dist: xenial matrix: fast_finish: true @@ -23,9 +24,9 @@ matrix: - { python: "3.6", env: DJANGO_VERSION="2.1.*" } - { python: "3.6", env: DJANGO_VERSION="2.2.*" } - - { python: "3.7", env: DJANGO_VERSION="2.0.*", dist: xenial, sudo: true } - - { python: "3.7", env: DJANGO_VERSION="2.1.*", dist: xenial, sudo: true } - - { python: "3.7", env: DJANGO_VERSION="2.2.*", dist: xenial, sudo: true } + - { python: "3.7", env: DJANGO_VERSION="2.0.*" } + - { python: "3.7", env: DJANGO_VERSION="2.1.*" } + - { python: "3.7", env: DJANGO_VERSION="2.2.*" } install: - pip install Django==${DJANGO_VERSION}