diff --git a/.travis.yml b/.travis.yml index 9ff86a27d..aeb85623a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ python: "3.6" install: # Get Migen / LiteX / Cores - 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 - # Install the LiteX version being tested. + # Install the LiteX version being tested - cd $TRAVIS_BUILD_DIR - python3 setup.py install