Skip to content

Commit a1a953c

Browse files
committed
Revert "Use index to install sagemath."
This reverts commit be60ed5.
1 parent 5909424 commit a1a953c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis-test.sh

Lines changed: 2 additions & 2 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 -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 ."
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 .
99
$HOME/SageMath/sage setup.py test
1010
(cd docs && $HOME/SageMath/sage -sh -c "make html")
1111
$HOME/SageMath/sage -sh -c "pip uninstall ."

0 commit comments

Comments
 (0)