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

Skip to content

Commit 2ba68a4

Browse files
committed
Don't run tests in parallel on Travis
1 parent de64395 commit 2ba68a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ install:
1919
script:
2020
- mkdir ../tmp_test_dir
2121
- cd ../tmp_test_dir
22-
- python ../matplotlib/tests.py -sv --processes=-1 --process-timeout=300
22+
- python ../matplotlib/tests.py -sv

0 commit comments

Comments
 (0)