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"