File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,15 @@ python:
4
4
- 2.6
5
5
- 2.7
6
6
- 3.2
7
+ - 3.3
7
8
8
9
install :
9
- - pip install --use-mirrors nose
10
- # This is a workaround to install numpy with the version of
11
- # virtualenv in Travis. If that is updated in the future, this can
12
- # be simplified to 'pip install numpy'
13
- - ' if [ $TRAVIS_PYTHON_VERSION == "3.2" ]; then pip install https://github.com/y-p/numpy/archive/1.6.2_with_travis_fix.tar.gz; fi'
14
- - ' if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
15
- - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
16
- - sudo apt-get update && sudo apt-get install inkscape
10
+ - pip -q install --use-mirrors nose numpy
11
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip -q install --use-mirrors PIL; fi
12
+ - sudo apt-get -qq update && sudo apt-get -qq install inkscape
17
13
- python setup.py install
18
14
19
15
script :
20
16
- mkdir ../tmp_test_dir
21
17
- cd ../tmp_test_dir
22
- - python ../matplotlib/tests.py
18
+ - python ../matplotlib/tests.py -sv
You can’t perform that action at this time.
0 commit comments