projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d718d1b
)
travis: install the package that was just built.
author
whitequark
<whitequark@whitequark.org>
Wed, 21 Oct 2015 17:01:46 +0000
(20:01 +0300)
committer
whitequark
<whitequark@whitequark.org>
Wed, 21 Oct 2015 17:26:19 +0000
(20:26 +0300)
Otherwise, conda will select a newer remote version if available,
even with --use-local.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 815d9f2735cc5a5118e44edc13bb9f2be575eecf..6c4bea70cdef958502f1f2e07e3ffe42d65c97a7 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-29,7
+29,7
@@
install:
- "mkdir -p /home/travis/miniconda/conda-bld/linux-64"
- "conda index /home/travis/miniconda/conda-bld/linux-64"
- "conda build --python 3.5 conda/migen"
- - "conda install
migen --use-local
"
+ - "conda install
$(conda build --output --python 3.5 conda/migen)
"
script:
# Run tests