File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
set -x
7
7
8
8
# 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
10
10
11
11
# 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
13
14
mkdir -p empty && cd empty
14
- python $PYTHON_SOURCE_DIR /bin/test_python.py
15
+ python3 $PYTHON_SOURCE_DIR /bin/test_python.py
15
16
cd ..
16
17
17
18
if [[ " ${TRIGGER_FEEDSTOCK} " == " yes" ]]; then
Original file line number Diff line number Diff line change 1
- 24c9d19b43eee3e4e76bbd3b7fab18dfe5ad00ca
1
+ bb386f47369500d76cda07e6e9f014bfe6339f64
You can’t perform that action at this time.
0 commit comments