add Travis-CI

This commit is contained in:
Florent Kermarrec 2019-11-22 19:37:06 +01:00
parent 5e7ee3555b
commit c85c25bb78
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
dist: Xenial
python: "3.6"
install:
# Get Migen / LiteX / Cores
- wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
- python3 litex_setup.py init install
script: python setup.py test