Skip to content

Commit 6a8ae4c

Browse files
committed
Set PYTHON_SOURCE_DIR to the new directory
1 parent 8b8ed55 commit 6a8ae4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/test_travis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ mkdir dist-extract
1010
cd dist-extract
1111
tar -xvf ../dist/symengine-*.tar.gz
1212
cd symengine-*
13+
export PYTHON_SOURCE_DIR=$PWD
1314

1415
# Build inplace so that nosetests can be run inside source directory
1516
python3 setup.py install build_ext --inplace --symengine-dir=$our_install_dir

0 commit comments

Comments
 (0)