From: Florent Kermarrec Date: Fri, 1 May 2020 19:13:12 +0000 (+0200) Subject: .travis.yml: disable python3.5 test (nMigen requires 3.6+). X-Git-Tag: 24jan2021_ls180~407 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5978b214dee35cd184ab731eaa98471a3d18317;p=litex.git .travis.yml: disable python3.5 test (nMigen requires 3.6+). As discussed in #479. --- diff --git a/.travis.yml b/.travis.yml index f461f48c..8f491ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ jobs: include: - - os: linux - dist: xenial - language: python - python: "3.5" - os: linux dist: xenial language: python