Skip to content

Commit

Permalink
Remove explicit installation of weave
Browse files Browse the repository at this point in the history
weave added to fipy feedstock
  • Loading branch information
guyer committed Aug 23, 2018
1 parent 6cc537f commit 73d6831
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 @@ -60,7 +60,7 @@ before_install:
conda create --quiet --name test-environment --show-channel-urls --channel guyer --channel conda-forge python=$TRAVIS_PYTHON_VERSION numpy scipy gmsh pysparse mpi4py matplotlib mayavi fipytrilinos weave;
fi
elif [[ $TRAVIS_OS_NAME -eq "osx" ]]; then
conda create --quiet --name test-environment --show-channel-urls --channel guyer --channel conda-forge python=$TRAVIS_PYTHON_VERSION fipy weave;
conda create --quiet --name test-environment --show-channel-urls --channel guyer --channel conda-forge python=$TRAVIS_PYTHON_VERSION fipy;
fi
- source activate test-environment
# Useful for debugging any issues with conda
Expand Down

0 comments on commit 73d6831

Please sign in to comment.