Skip to content

Commit 41b9411

Browse files
committed
Tweak CI scripts
1 parent 9ea40f3 commit 41b9411

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bin/test_travis.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ set -e
66
set -x
77

88
# Build inplace so that nosetests can be run inside source directory
9-
python setup.py install build_ext --inplace --symengine-dir=$our_install_dir
9+
python3 setup.py install build_ext --inplace --symengine-dir=$our_install_dir
1010

1111
# Test python wrappers
12-
py.test -s -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
12+
python3 -m pip install pytest
13+
python3 -m pytest -s -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
1314
mkdir -p empty && cd empty
14-
python $PYTHON_SOURCE_DIR/bin/test_python.py
15+
python3 $PYTHON_SOURCE_DIR/bin/test_python.py
1516
cd ..
1617

1718
if [[ "${TRIGGER_FEEDSTOCK}" == "yes" ]]; then

symengine_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24c9d19b43eee3e4e76bbd3b7fab18dfe5ad00ca
1+
bb386f47369500d76cda07e6e9f014bfe6339f64

0 commit comments

Comments
 (0)