mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Add workaround to make Python3.7 in Travis work properly
This commit is contained in:
parent
9cce7cd03b
commit
c2009596ef
1 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,13 @@ python:
|
|||
- '3.4'
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
|
||||
# See https://github.com/travis-ci/travis-ci/issues/9815
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
sudo: false
|
||||
cache: pip
|
||||
install:
|
||||
|
|
|
|||
Loading…
Reference in a new issue