From d2bef52a76cf983d8a5f24d843b653f63c60940b Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 29 Jul 2019 16:55:28 +0200 Subject: [PATCH] travis: use xenial after all because python 3.5 The bionic image offers no Python 3.5. Since we still want to test for that, we should stick with Xenial, I guess. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f527a4..dd2b5df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python -dist: bionic +dist: xenial python: - "3.5" - "3.6"