From bc0ad25e048e6d12428fb82ff6c0b4dd21bf40ad Mon Sep 17 00:00:00 2001 From: gregoryross Date: Thu, 5 Oct 2017 20:02:11 +0100 Subject: [PATCH] Fixing name of package to install. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eabda1d..d537648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ script: # Build the recipe - conda build devtools/conda-recipe # Install the package - - conda install --yes --use-local ${PACKAGENAME}-dev + - conda install --yes --use-local ${PACKAGENAME} # Install testing dependencies. Without specifying the numpy version, numpy # is downgraded to 1.9 and we get a "libgfortran not found" issue. #- conda install --yes --quiet nose nose-timer pymbar "numpy>=1.11"