add Travis-CI
This commit is contained in:
parent
5e7ee3555b
commit
c85c25bb78
|
@ -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