From: Tim 'mithro' Ansell Date: Tue, 7 Apr 2020 00:52:07 +0000 (-0700) Subject: Enable testing on multiple Python versions. X-Git-Tag: 24jan2021_ls180~493^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3305a65b77e2ae0de2d6aa1ecb4b16d09314cf13;p=litex.git Enable testing on multiple Python versions. Makes sure LiteX tests pass on all supported Python versions. --- diff --git a/.travis.yml b/.travis.yml index 70b38111..47263828 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,21 @@ jobs: include: -# - os: linux -# dist: xenial -# language: python -# python: "3.5" + - os: linux + dist: xenial + language: python + python: "3.5" - os: linux dist: xenial language: python python: "3.6" -# - os: linux -# dist: xenial -# language: python -# python: "3.7" -# - os: linux -# dist: xenial -# language: python -# python: "3.8" + - os: linux + dist: xenial + language: python + python: "3.7" + - os: linux + dist: xenial + language: python + python: "3.8" - os: osx osx_image: xcode10.2 # Includes Python 3.7 language: shell