travis: install the package that was just built.
Otherwise, conda will select a newer remote version if available, even with --use-local.
This commit is contained in:
parent
f4c5197047
commit
6e15b182dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue