Skip to content

Commit 7d38aa3

Browse files
committed
lets try the 'gdb python tests.py' method again.
1 parent 56d99ed commit 7d38aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ script:
119119
- |
120120
if [[ $BUILD_DOCS == false ]]; then
121121
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
122-
# gdb -return-child-result -batch -ex r -ex bt --args python tests.py $NOSE_ARGS $TEST_ARGS
122+
gdb -return-child-result -batch -ex r -ex bt --args python tests.py $NOSE_ARGS $TEST_ARGS
123123
# py.test --pep8 --cov=matplotlib `python -c "import os ; import inspect ; import matplotlib; print( os.path.dirname(inspect.getfile(matplotlib)) )"`
124-
py.test --cov=matplotlib --pyargs matplotlib
124+
# py.test --cov=matplotlib --pyargs matplotlib
125125
else
126126
cd doc
127127
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)