projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d983782
)
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:10:04 +0000
(
00:10
+0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 38b4bf2852b89a509b691bc2380a37031622e45f..fbf78b8b0610abbb88e372467c27f9d5b1f89472 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: