From: Florent Kermarrec Date: Wed, 29 Apr 2020 06:00:55 +0000 (+0200) Subject: travis: add back test on python3.5 (python3.6 is recommended but we can try to keep... X-Git-Tag: 24jan2021_ls180~418^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9941e4c16b58589c114b637b6c1ef87fe4ecd527;p=litex.git 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). --- diff --git a/.travis.yml b/.travis.yml index 8f491ae7..f461f48c 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