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

Skip to content

Commit 3063af9

Browse files
committed
Limited number of processes on Travis to 8, since otherwise we run out of memory when running too many inkscapes/ghostscripts in parallel
1 parent 8c5071b commit 3063af9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ install:
1919
script:
2020
- mkdir ../tmp_test_dir
2121
- cd ../tmp_test_dir
22-
- echo Testing using $(nproc) processes
23-
- python ../matplotlib/tests.py -sv --processes=$(nproc) --process-timeout=300
22+
- echo Testing using 4 processes
23+
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300

0 commit comments

Comments
 (0)