add Travis-CI
This commit is contained in:
parent
bd1ead88d1
commit
7f31186b8c
|
@ -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
|
Loading…
Reference in New Issue