Skip to content

Commit

Permalink
travis: workaround for conda noarch bug
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 19, 2015
1 parent 5d75eb5 commit 02e2366
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -25,6 +25,9 @@ install:
- "sudo apt-get install verilator"
- "verilator --version; true"
# Build and install Migen conda package
# workaround for https://github.com/conda/conda-build/issues/466
- "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"

0 comments on commit 02e2366

Please sign in to comment.