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 56d99ed commit 7d38aa3Copy full SHA for 7d38aa3
.travis.yml
@@ -119,9 +119,9 @@ script:
119
- |
120
if [[ $BUILD_DOCS == false ]]; then
121
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
+ gdb -return-child-result -batch -ex r -ex bt --args python tests.py $NOSE_ARGS $TEST_ARGS
123
# 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
+ # py.test --cov=matplotlib --pyargs matplotlib
125
else
126
cd doc
127
python make.py html --small --warningsaserrors
0 commit comments