mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
.travis.yml: revert full url for litex_setup.py.
We want to have an almost identical .travis.yml between LiteX and the Cores. Using $TRAVIS_BUILD_DIR works for LiteX but will not work for the cores.
This commit is contained in:
parent
447e8d948c
commit
926f961bf3
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ python: "3.6"
|
||||||
install:
|
install:
|
||||||
# Get Migen / LiteX / Cores
|
# Get Migen / LiteX / Cores
|
||||||
- cd ~/
|
- cd ~/
|
||||||
- cp $TRAVIS_BUILD_DIR/litex_setup.py .
|
- wget https://raw.githubusercontent.com/enjoy-digital/litex/master/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
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue