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 6a8ae4c commit 2c5ed30Copy full SHA for 2c5ed30
bin/test_travis.sh
@@ -10,13 +10,12 @@ mkdir dist-extract
10
cd dist-extract
11
tar -xvf ../dist/symengine-*.tar.gz
12
cd symengine-*
13
-export PYTHON_SOURCE_DIR=$PWD
14
15
# Build inplace so that nosetests can be run inside source directory
16
python3 setup.py install build_ext --inplace --symengine-dir=$our_install_dir
17
18
# Test python wrappers
19
python3 -m pip install pytest
20
-python3 -m pytest -s -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
+python3 -m pytest -s -v $PWD/symengine/tests/test_*.py
21
mkdir -p empty && cd empty
22
python3 $PYTHON_SOURCE_DIR/bin/test_python.py
0 commit comments