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:
whitequark 2015-10-21 20:01:46 +03:00
parent f4c5197047
commit 6e15b182dd
1 changed files with 1 additions and 1 deletions

View File

@ -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