Skip to content

Commit be60ed5

Browse files
committed
Use index to install sagemath.
1 parent c7eb709 commit be60ed5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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
78
$HOME/SageMath/sage -pip install --upgrade --no-index -v .
89
$HOME/SageMath/sage setup.py test
910
(cd docs && $HOME/SageMath/sage -sh -c "make html")

0 commit comments

Comments
 (0)