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

Commit 2605fc7

Browse files
committed
Use master of root_numpy for Python 3.7
1 parent 2df211e commit 2605fc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ install:
2020
- conda create -q -n testenv python=${PYTHON} nomkl root pandas nose
2121
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2222
- 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
2328
- pip install root_numpy rootpy
2429
- pip install coverage coveralls
2530

0 commit comments

Comments
 (0)