projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1f8aa2
)
travis/conda: build for python 3.5
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Sun, 4 Oct 2015 16:10:04 +0000
(
00:10
+0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Sun, 4 Oct 2015 16:25:25 +0000
(
00:25
+0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 6d29d7e70d7b82a507329a84fb889a44d0841db5..9d1ed6766471272f0a0fbd2ade8e6395c69384ec 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-25,7
+25,7
@@
install:
- "sudo apt-get install verilator"
- "verilator --version; true"
# Build and install Migen conda package
- - "conda build conda/migen"
+ - "conda build
--python 3.5
conda/migen"
- "conda install migen --use-local"
script: