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

Commit 836734d

Browse files
committed
Fix CI config again
1 parent 2605fc7 commit 836734d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ install:
2121
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
2222
- source activate testenv
2323
- if [ "${PYTHON}" == "3.7" ]; then
24-
pip install git+https://github.com/scikit-hep/root_numpy.git
25-
else
26-
pip install root_numpy
24+
pip install git+https://github.com/scikit-hep/root_numpy.git;
25+
else;
26+
pip install root_numpy;
2727
fi
2828
- pip install root_numpy rootpy
2929
- pip install coverage coveralls

0 commit comments

Comments
 (0)