Skip to content

Commit

Permalink
travis: install the package that was just built.
Browse files Browse the repository at this point in the history
Otherwise, conda will select a newer remote version if available,
even with --use-local.
whitequark committed Oct 21, 2015

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nomadium Miguel Landaeta
1 parent f4c5197 commit 6e15b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6e15b18

Please sign in to comment.