File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ matrix:
38
38
- BUILD_TYPE=conda
39
39
- JOB_NAME : " 27_nslow"
40
40
- DOC_BUILD=true # if rst files were changed, build docs in parallel with tests
41
+ - python : 2.7
42
+ env :
43
+ - NOSE_ARGS="slow and not network and not disabled"
44
+ - FULL_DEPS=true
45
+ - JOB_TAG=_SLOW
46
+ - BUILD_TYPE=conda
47
+ - JOB_NAME : " 27_slow"
41
48
- python : 3.3
42
49
env :
43
50
- NOSE_ARGS="not slow and not disabled"
@@ -76,6 +83,13 @@ matrix:
76
83
- CLIPBOARD_GUI=qt4
77
84
- BUILD_TYPE=pydata
78
85
- JOB_NAME : " 32_nslow"
86
+ - python : 2.7
87
+ env :
88
+ - NOSE_ARGS="slow and not network and not disabled"
89
+ - FULL_DEPS=true
90
+ - JOB_TAG=_SLOW
91
+ - BUILD_TYPE=conda
92
+ - JOB_NAME : " 27_slow"
79
93
- python : 2.7
80
94
env :
81
95
- EXPERIMENTAL=true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ xlrd=0.9.2
7
7
numpy=1.7.1
8
8
cython=0.19.1
9
9
bottleneck=0.8.0
10
- matplotlib=1.3.0
10
+ matplotlib=1.2.1
11
11
patsy=0.1.0
12
12
sqlalchemy=0.8.1
13
13
html5lib=1.0b2
Original file line number Diff line number Diff line change
1
+ dateutil
2
+ pytz
3
+ numpy
4
+ cython
5
+ matplotlib
6
+ scipy
7
+ patsy
8
+ statsmodels
9
+ xlwt
10
+ openpyxl
11
+ xlsxwriter
12
+ xlrd
13
+ numexpr
14
+ pytables
15
+ sqlalchemy
16
+ lxml
17
+ boto
18
+ bottleneck
19
+ psycopg2
20
+ pymysql
21
+ html5lib
22
+ beautiful-soup
23
+ httplib2
24
+ python-gflags
25
+ google-api-python-client
You can’t perform that action at this time.
0 commit comments