File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ matrix:
34
34
- CLIPBOARD_GUI=gtk2
35
35
- JOB_NAME : " 27_nslow"
36
36
- DOC_BUILD=true # if rst files were changed, build docs in parallel with tests
37
- - python : 3.2
38
- env :
39
- - NOSE_ARGS="not slow and not disabled"
40
- - FULL_DEPS=true
41
- - CLIPBOARD_GUI=qt4
42
- - JOB_NAME : " 32_nslow"
43
37
- python : 3.3
44
38
env :
45
39
- NOSE_ARGS="not slow and not disabled"
@@ -48,11 +42,16 @@ matrix:
48
42
- JOB_NAME : " 33_nslow"
49
43
- python : 3.4
50
44
env :
51
- - EXPERIMENTAL=true
52
45
- NOSE_ARGS="not slow and not disabled"
53
46
- FULL_DEPS=true
54
47
- CLIPBOARD=xsel
55
48
- JOB_NAME : " 34_nslow"
49
+ - python : 3.2
50
+ env :
51
+ - NOSE_ARGS="not slow and not disabled"
52
+ - FULL_DEPS=true
53
+ - CLIPBOARD_GUI=qt4
54
+ - JOB_NAME : " 32_nslow"
56
55
- python : 2.7
57
56
env :
58
57
- EXPERIMENTAL=true
@@ -62,13 +61,12 @@ matrix:
62
61
- NUMPY_BUILD=master
63
62
- PANDAS_TESTING_MODE="deprecate"
64
63
allow_failures :
65
- - python : 3.4
64
+ - python : 3.2
66
65
env :
67
- - EXPERIMENTAL=true
68
66
- NOSE_ARGS="not slow and not disabled"
69
67
- FULL_DEPS=true
70
- - CLIPBOARD=xsel
71
- - JOB_NAME : " 34_nslow "
68
+ - CLIPBOARD_GUI=qt4
69
+ - JOB_NAME : " 32_nslow "
72
70
- python : 2.7
73
71
env :
74
72
- EXPERIMENTAL=true
You can’t perform that action at this time.
0 commit comments