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

Commit 57991a4

Browse files
authored
Merge pull request #79 from chrisburr/conda-forge-root
Use conda-forge's main channel for ROOT
2 parents 80a96b4 + 8ef8aa3 commit 57991a4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ install:
1515
- export PATH="$HOME/miniconda/bin:$PATH"
1616
- hash -r
1717
- conda config --set always_yes yes --set changeps1 no
18-
- conda config --add channels conda-forge/label/gcc7
19-
- conda config --add channels chrisburr
20-
- conda create -q -n testenv python=${PYTHON} nomkl root pandas nose
18+
- conda config --add channels conda-forge
19+
- conda create -q -n testenv python=${PYTHON} root pandas nose
2120
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2221
- source activate testenv
23-
- if [ "${PYTHON}" == "3.7" ]; then
24-
pip install git+https://github.com/scikit-hep/root_numpy.git;
25-
else
26-
pip install root_numpy;
27-
fi
2822
- pip install root_numpy rootpy
2923
- pip install coverage coveralls
3024

0 commit comments

Comments
 (0)