Skip to content

Commit 8b8ed55

Browse files
committed
check sdist
1 parent 1dee729 commit 8b8ed55

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

bin/test_travis.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ set -e
55
# Echo each command
66
set -x
77

8+
python setup.py sdist
9+
mkdir dist-extract
10+
cd dist-extract
11+
tar -xvf ../dist/symengine-*.tar.gz
12+
cd symengine-*
13+
814
# Build inplace so that nosetests can be run inside source directory
915
python3 setup.py install build_ext --inplace --symengine-dir=$our_install_dir
1016

@@ -13,10 +19,3 @@ python3 -m pip install pytest
1319
python3 -m pytest -s -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
1420
mkdir -p empty && cd empty
1521
python3 $PYTHON_SOURCE_DIR/bin/test_python.py
16-
cd ..
17-
18-
if [[ "${TRIGGER_FEEDSTOCK}" == "yes" ]]; then
19-
cd $PYTHON_SOURCE_DIR
20-
./bin/trigger_feedstock.sh
21-
fi
22-

0 commit comments

Comments
 (0)