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 2ba68a4 commit 268c91cCopy full SHA for 268c91c
1 file changed
.travis.yml
@@ -7,7 +7,7 @@ python:
7
- 3.3
8
9
install:
10
- - pip install --use-mirrors nose python-dateutil numpy
+ - pip -q install --use-mirrors nose python-dateutil numpy
11
# This is a workaround to install the latest versions of pyparsing,
12
# which are not yet available on PyPI
13
- 'if [ ${TRAVIS_PYTHON_VERSION:0:1} == "3" ]; then pip install http://sourceforge.net/projects/pyparsing/files/pyparsing/pyparsing-2.0.0/pyparsing-2.0.0.tar.gz; fi'
@@ -19,4 +19,5 @@ install:
19
script:
20
- mkdir ../tmp_test_dir
21
- cd ../tmp_test_dir
22
- - python ../matplotlib/tests.py -sv
+ - echo Testing using $(nproc) processes
23
+ - python ../matplotlib/tests.py -sv --processes=$(nproc) --process-timeout=300
0 commit comments