Skip to content

Commit bbd173b

Browse files
authored
Removed line to install sagemath (should be done by dependency)
1 parent 45ccf42 commit bbd173b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis-test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
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 --user --upgrade -v -i https://pypi.python.org/pypi sagemath # Check that Sage is installed
87
$HOME/SageMath/sage -pip install --upgrade --no-index -v .
98
$HOME/SageMath/sage setup.py test
109
(cd docs && $HOME/SageMath/sage -sh -c "make html")

0 commit comments

Comments
 (0)