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

Skip to content

Commit 08ba300

Browse files
committed
Fix .travis.yml message
1 parent 807125d commit 08ba300

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ install:
1919
script:
2020
- mkdir ../tmp_test_dir
2121
- cd ../tmp_test_dir
22-
- echo Testing using 4 processes
22+
# The number of processes is hardcoded, because using too many causes the
23+
# Travis VM to run out of memory (since so many copies of inkscape and
24+
# ghostscript are running at the same time).
25+
- echo Testing using 8 processes
2326
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300

0 commit comments

Comments
 (0)