Skip to content

Commit 4509265

Browse files
committedJun 29, 2015
travis: use use-local for conda install
http://conda.pydata.org/docs/build_tutorials/pkgs.html
1 parent 445f0f5 commit 4509265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- "verilator --version; true"
2727
# Build and install Migen conda package
2828
- "conda build conda/migen"
29-
- "conda install $HOME/miniconda/conda-bld/linux-64/migen-*.tar.bz2"
29+
- "conda install migen --use-local"
3030

3131
script:
3232
# Run tests

0 commit comments

Comments
 (0)
Please sign in to comment.