travis: Use litex_setup.py from the checked out code.

This commit is contained in:
Tim 'mithro' Ansell 2020-04-08 23:12:41 -07:00
parent 30f5faf9bc
commit 43242012ea
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
install: install:
# Get Migen / LiteX / Cores # Get Migen / LiteX / Cores
- cd ~/ - 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 - python3 litex_setup.py init install
# Install the LiteX version being tested # Install the LiteX version being tested
- cd $TRAVIS_BUILD_DIR - cd $TRAVIS_BUILD_DIR