From d896e21fd29341cc5b881c03b83bf1b5d6636559 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Mon, 5 Aug 2019 19:22:08 -0400 Subject: [PATCH] Use ubuntu bionic 18.04 for automated testing --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index caeaab63..ff819798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,15 @@ language: python +dist: bionic # use LTS 18.04 python: - "2.7" - "3.4" - "3.5" - "3.6" + - "3.7" env: - - DJANGO=1.11.13 + - DJANGO=1.11.23 install: - pip install -q Django==$DJANGO