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 1dee729 commit 8b8ed55Copy full SHA for 8b8ed55
bin/test_travis.sh
@@ -5,6 +5,12 @@ set -e
5
# Echo each command
6
set -x
7
8
+python setup.py sdist
9
+mkdir dist-extract
10
+cd dist-extract
11
+tar -xvf ../dist/symengine-*.tar.gz
12
+cd symengine-*
13
+
14
# Build inplace so that nosetests can be run inside source directory
15
python3 setup.py install build_ext --inplace --symengine-dir=$our_install_dir
16
@@ -13,10 +19,3 @@ python3 -m pip install pytest
19
python3 -m pytest -s -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
20
mkdir -p empty && cd empty
21
python3 $PYTHON_SOURCE_DIR/bin/test_python.py
-cd ..
17
-
18
-if [[ "${TRIGGER_FEEDSTOCK}" == "yes" ]]; then
- cd $PYTHON_SOURCE_DIR
- ./bin/trigger_feedstock.sh
-fi
22
0 commit comments