From dc0a62556ec092be7b341c5220e0410354f7cd02 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 27 Dec 2019 09:46:51 +0000 Subject: [PATCH] Run Travis tests on Ubuntu Bionic, fixes #71 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3af29a6..110f60d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python -dist: xenial +dist: bionic # 3.6 is listed first so it gets used for the later build stages python: @@ -8,8 +8,6 @@ python: - "3.8-dev" script: - - sudo add-apt-repository ppa:jonathonf/backports -y - - sudo apt-get update && sudo apt-get install sqlite3 - pip install -U pip wheel - pip install .[test] # Only run the numpy/pandas tests on Python 3.7: