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 8c5071b commit 3063af9Copy full SHA for 3063af9
1 file changed
.travis.yml
@@ -19,5 +19,5 @@ install:
19
script:
20
- mkdir ../tmp_test_dir
21
- cd ../tmp_test_dir
22
- - echo Testing using $(nproc) processes
23
- - python ../matplotlib/tests.py -sv --processes=$(nproc) --process-timeout=300
+ - echo Testing using 4 processes
+ - python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300
0 commit comments