Enable testing on multiple Python versions.
Makes sure LiteX tests pass on all supported Python versions.
This commit is contained in:
parent
6bd5eae43f
commit
3305a65b77
24
.travis.yml
24
.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
|
||||
|
|
Loading…
Reference in New Issue