Skip to content

Commit b993597

Browse files
committed
CI: use pip to install for system python test
1 parent f1b63cd commit b993597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ install:
8484
- $NOAPT || sudo ln -si /usr/lib/x86_64-linux-gnu/libgsl.a /usr/lib/libgsl.a
8585

8686
- $NOAPT || pip install $MYPIPFLAGS coverage
87-
- $NOAPT || easy_install --user "${MYTARBUNDLE}"
87+
- $NOAPT || pip install $MYPIPFLAGS "${MYTARBUNDLE}"
8888

8989
- cd ${MYRUNDIR}
9090
- MYGIT_REV=$(python -c "import ${MYNAME}.version as v; print(v.__git_commit__)")

0 commit comments

Comments
 (0)