Skip to content

Commit

Permalink
Fixing name of package to install.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryross authored and gregoryross committed Oct 5, 2017
1 parent ca5a83e commit bc0ad25
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
Expand Up @@ -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"
Expand Down

0 comments on commit bc0ad25

Please sign in to comment.