Fix travis dist

This commit is contained in:
Dmitriy Sokolov 2019-04-05 14:27:49 +03:00
parent fbf9f9c467
commit cef92412df
No known key found for this signature in database
GPG Key ID: DE2C98901898AB74
1 changed files with 4 additions and 3 deletions

View File

@ -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}