Skip to content

Commit 5909424

Browse files
committed
Changed from sage -pip to sage -c "pip..."
1 parent be60ed5 commit 5909424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# notice and this notice are preserved. This file is offered as-is,
55
# without any warranty.
66
set -e
7-
$HOME/SageMath/sage -pip install --upgrade -i https://pypi.python.org/simple/ -v sagemath
8-
$HOME/SageMath/sage -pip install --upgrade --no-index -v .
7+
$HOME/SageMath/sage -sh -c "pip install --upgrade -i https://pypi.python.org/simple/ -v sagemath"
8+
$HOME/SageMath/sage -sh -c "pip install --upgrade --no-index -v ."
99
$HOME/SageMath/sage setup.py test
1010
(cd docs && $HOME/SageMath/sage -sh -c "make html")
11-
$HOME/SageMath/sage -pip uninstall .
11+
$HOME/SageMath/sage -sh -c "pip uninstall ."

0 commit comments

Comments
 (0)