Thanks to visit codestin.com Credit goes to github.com
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 807125d commit 08ba300Copy full SHA for 08ba300
1 file changed
.travis.yml
@@ -19,5 +19,8 @@ install:
19
script:
20
- mkdir ../tmp_test_dir
21
- cd ../tmp_test_dir
22
- - echo Testing using 4 processes
+ # 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
26
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300
0 commit comments