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 5909424 commit a1a953cCopy full SHA for a1a953c
.travis-test.sh
@@ -4,8 +4,8 @@
4
# notice and this notice are preserved. This file is offered as-is,
5
# without any warranty.
6
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 ."
+$HOME/SageMath/sage -pip install --upgrade -i https://pypi.python.org/simple/ -v sagemath
+$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")
11
$HOME/SageMath/sage -sh -c "pip uninstall ."
0 commit comments