add travis-ci

This commit is contained in:
Florent Kermarrec 2019-10-07 18:24:22 +02:00
parent a62fcd090c
commit 790ff574ff

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