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

Commit 975c5fb

Browse files
committed
Install root_numpy using pip
1 parent 1844359 commit 975c5fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ install:
2424
- conda info -a
2525
- conda config --add channels http://conda.anaconda.org/NLeSC
2626
- conda config --set show_channel_urls yes
27-
- conda create -q -n testenv python=${PYTHON} root=${ROOT} rootpy pandas nose
27+
- conda create -q -n testenv python=${PYTHON} root=${ROOT} pandas nose
28+
- pip install --user --no-binary=root_numpy root_numpy==4.4.1 rootpy
2829
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2930
- source activate testenv
3031
- pip install coverage coveralls

0 commit comments

Comments
 (0)