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

Commit eb81cd5

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

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
@@ -22,7 +22,7 @@ install:
2222
- source activate testenv
2323
- if [ "${PYTHON}" == "3.7" ]; then
2424
pip install git+https://github.com/scikit-hep/root_numpy.git;
25-
else;
25+
else
2626
pip install root_numpy;
2727
fi
2828
- pip install root_numpy rootpy

0 commit comments

Comments
 (0)