Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Use conda-forge's main channel for ROOT #79

Merged
merged 1 commit into from
Jan 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ install:
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge/label/gcc7
- conda config --add channels chrisburr
- conda create -q -n testenv python=${PYTHON} nomkl root pandas nose
- conda config --add channels conda-forge
- conda create -q -n testenv python=${PYTHON} root pandas nose
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
- source activate testenv
- if [ "${PYTHON}" == "3.7" ]; then
pip install git+https://github.com/scikit-hep/root_numpy.git;
else
pip install root_numpy;
fi
- pip install root_numpy rootpy
- pip install coverage coveralls

Expand Down