Enable testing on multiple Python versions.

Makes sure LiteX tests pass on all supported Python versions.
This commit is contained in:
Tim 'mithro' Ansell 2020-04-06 17:52:07 -07:00
parent 6bd5eae43f
commit 3305a65b77
1 changed files with 12 additions and 12 deletions

View File

@ -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