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

Commit 9d2b06c

Browse files
committed
Use a newer version of root_numpy
1 parent 33f95f2 commit 9d2b06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- conda create -q -n testenv python=${PYTHON} root pandas nose
2424
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2525
- source activate testenv
26-
- pip install --user --no-binary=root_numpy root_numpy==4.4.1 rootpy
26+
- pip install --no-binary=root_numpy root_numpy rootpy
2727
- pip install coverage coveralls
2828

2929
script: nosetests --with-coverage --cover-package=root_pandas

0 commit comments

Comments
 (0)