Skip to content

Commit 68d6492

Browse files
committed
Don't capture
1 parent e2e6fa8 commit 68d6492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -x
99
python setup.py install build_ext --inplace --symengine-dir=$our_install_dir
1010

1111
# Test python wrappers
12-
py.test -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
12+
py.test -s -v $PYTHON_SOURCE_DIR/symengine/tests/test_*.py
1313
mkdir -p empty && cd empty
1414
python $PYTHON_SOURCE_DIR/bin/test_python.py
1515
cd ..

0 commit comments

Comments
 (0)