.travis: install requests package before running litex_setup.py.

This commit is contained in:
Florent Kermarrec 2020-05-20 11:24:57 +02:00
parent bd0f21ba85
commit 9854fdd5f4
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
install:
# Get Migen / LiteX / Cores
- cd ~/
- pip3 install requests
- cp $TRAVIS_BUILD_DIR/litex_setup.py .
- python3 litex_setup.py init install
# Install the LiteX version being tested