From 72971541f38aa0ea841e4c19e05c16e8073f7e63 Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Wed, 26 Jun 2019 13:55:19 -0500 Subject: [PATCH] Upgrade build environment to Xenial This makes it so Django 2.2 tests should pass --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c6949b8..d0afb29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ sudo: false +dist: xenial + language: python python: