File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 5
5
- secure : RgJI7BBL8aX5FTOQe7xiXqWHMxWokd6GNUWp1NUV2mRLXPb9dI0RXqZt3UJwKTAzf1z/OtlHDmEkBoTVK81E9iUxK5npwyyjhJ8yTJmwfQtQF2n51Q1Ww9p+XSLORrOzZc7kAo6Kw6FIXN1pfctgYq2bQkrwJPRx/oPR8f6hcbY=
6
6
- secure : E7OCdqhZ+PlwJcn+Hd6ns9TDJgEUXiUNEI0wu7xjxB2vBRRIKtZMbuaZjd+iKDqCKuVOJKu0ClBUYxmgmpLicTwi34CfTUYt6D4uhrU+8hBBOn1iiK51cl/aBvlUUrqaRLVhukNEBGZcyqAjXSA/Qsnp2iELEmAfOUa92ZYo1sk=
7
7
8
+ - TEST_COMMAND="python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300"
9
+
8
10
before_script :
9
11
- gem install travis-artifacts
10
12
@@ -16,6 +18,19 @@ python:
16
18
- 3.3
17
19
- 3.4
18
20
21
+ matrix :
22
+ include :
23
+ - python : 2.6
24
+
25
+ - python : 2.7
26
+
27
+ - python : 3.3
28
+
29
+ - python : 3.4
30
+
31
+ - python : 2.7
32
+ env : TEST_COMMAND="nosetests matplotlib.tests.test_coding_standards"
33
+
19
34
install :
20
35
- pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing pillow
21
36
- sudo apt-get update && sudo apt-get -qq install inkscape libav-tools
@@ -31,7 +46,7 @@ script:
31
46
# Generate the font caches in a single process before starting the
32
47
# multiple processes
33
48
- python -c "from matplotlib import font_manager"
34
- - python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300
49
+ - $(TEST_COMMAND)
35
50
36
51
after_failure :
37
52
- tar cjf result_images.tar.bz2 result_images
Original file line number Diff line number Diff line change @@ -1325,7 +1325,6 @@ def tk_window_focus():
1325
1325
'matplotlib.tests.test_basic' ,
1326
1326
'matplotlib.tests.test_bbox_tight' ,
1327
1327
'matplotlib.tests.test_cbook' ,
1328
- 'matplotlib.tests.test_coding_standards' ,
1329
1328
'matplotlib.tests.test_collections' ,
1330
1329
'matplotlib.tests.test_colorbar' ,
1331
1330
'matplotlib.tests.test_colors' ,
You can’t perform that action at this time.
0 commit comments