projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0f21b
)
.travis: install requests package before running litex_setup.py.
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 20 May 2020 09:24:57 +0000
(11:24 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Wed, 20 May 2020 09:24:57 +0000
(11:24 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 8f491ae739ee301bace801fb38980757d49cc232..4f5b360578dded6c7a30796f2c75c97adec8dd2b 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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