We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eb709 commit be60ed5Copy full SHA for be60ed5
.travis-test.sh
@@ -4,6 +4,7 @@
4
# notice and this notice are preserved. This file is offered as-is,
5
# without any warranty.
6
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 .
9
$HOME/SageMath/sage setup.py test
10
(cd docs && $HOME/SageMath/sage -sh -c "make html")
0 commit comments