travis: Use litex_setup.py from the checked out code.
This commit is contained in:
parent
30f5faf9bc
commit
43242012ea
|
@ -26,7 +26,7 @@ jobs:
|
|||
install:
|
||||
# Get Migen / LiteX / Cores
|
||||
- cd ~/
|
||||
- wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
|
||||
- cp $TRAVIS_BUILD_DIR/litex_setup.py .
|
||||
- python3 litex_setup.py init install
|
||||
# Install the LiteX version being tested
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
|
|
Loading…
Reference in New Issue