From 9941e4c16b58589c114b637b6c1ef87fe4ecd527 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 29 Apr 2020 08:00:55 +0200 Subject: [PATCH] travis: add back test on python3.5 (python3.6 is recommended but we can try to keep 3.5 compatibility until we have good reason to no longer support it). --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8f491ae73..f461f48c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ jobs: include: + - os: linux + dist: xenial + language: python + python: "3.5" - os: linux dist: xenial language: python