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:
3838 - BUILD_TYPE=conda
3939 - JOB_NAME : " 27_nslow"
4040 - 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"
4148 - python : 3.3
4249 env :
4350 - NOSE_ARGS="not slow and not disabled"
@@ -76,6 +83,13 @@ matrix:
7683 - CLIPBOARD_GUI=qt4
7784 - BUILD_TYPE=pydata
7885 - 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"
7993 - python : 2.7
8094 env :
8195 - EXPERIMENTAL=true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ xlrd=0.9.2
77numpy=1.7.1
88cython=0.19.1
99bottleneck=0.8.0
10- matplotlib=1.3.0
10+ matplotlib=1.2.1
1111patsy=0.1.0
1212sqlalchemy=0.8.1
1313html5lib=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