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

Skip to content

Commit 9f9d5dd

Browse files
committed
Execute tests in the same repository
1 parent 974987c commit 9f9d5dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ script:
5757
- |
5858
if [[ $BUILD_DOCS == false ]]; then
5959
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
60-
mkdir ../tmp_test_dir
61-
cd ../tmp_test_dir
62-
gdb -return-child-result -batch -ex r -ex bt --args python ../matplotlib/setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
60+
gdb -return-child-result -batch -ex r -ex bt --args python setup.py test --nocapture --nose-verbose --processes=8 --process-timeout=300 $TEST_ARGS
6361
else
6462
cd doc
6563
python make.py html --small --warningsaserrors

0 commit comments

Comments
 (0)