Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fab1448

Browse files
committed
Try to fix Travis CI
- add a -sv flag to python execution to reduce distance to master - search for python in another path
1 parent 5556224 commit fab1448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script:
5959
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
6060
mkdir ../tmp_test_dir
6161
cd ../tmp_test_dir
62-
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
62+
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/setup.py -sv test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
6363
else
6464
cd doc
6565
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)