From 6e15b182ddd75c87836439ff5b2694527d3f0997 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 21 Oct 2015 20:01:46 +0300 Subject: [PATCH] travis: install the package that was just built. Otherwise, conda will select a newer remote version if available, even with --use-local. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d28150eff..96db4aba6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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