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 3fae3ec commit 3d00ec6Copy full SHA for 3d00ec6
bin/test_travis.sh
@@ -16,10 +16,6 @@ mkdir -p empty && cd empty
16
python $PYTHON_SOURCE_DIR/bin/test_python.py
17
cd ..
18
19
-if [[ "${WITH_SAGE}" == "yes" ]]; then
20
- sage -t $PYTHON_SOURCE_DIR/symengine/tests/test_sage.py
21
-fi
22
-
23
if [[ "${TRIGGER_FEEDSTOCK}" == "yes" ]]; then
24
cd $PYTHON_SOURCE_DIR
25
./bin/trigger_feedstock.sh
0 commit comments