File tree 2 files changed +35
-0
lines changed
2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ matrix:
59
59
- CLIPBOARD=xsel
60
60
- BUILD_TYPE=conda
61
61
- JOB_NAME : " 34_nslow"
62
+ - python : 3.4
63
+ env :
64
+ - NOSE_ARGS="slow and not network and not disabled"
65
+ - FULL_DEPS=true
66
+ - JOB_TAG=_SLOW
67
+ - CLIPBOARD=xsel
68
+ - BUILD_TYPE=conda
69
+ - JOB_NAME : " 34_slow"
62
70
- python : 3.2
63
71
env :
64
72
- NOSE_ARGS="not slow and not network and not disabled"
@@ -90,6 +98,14 @@ matrix:
90
98
- JOB_TAG=_SLOW
91
99
- BUILD_TYPE=conda
92
100
- JOB_NAME : " 27_slow"
101
+ - python : 3.4
102
+ env :
103
+ - NOSE_ARGS="slow and not network and not disabled"
104
+ - FULL_DEPS=true
105
+ - JOB_TAG=_SLOW
106
+ - CLIPBOARD=xsel
107
+ - BUILD_TYPE=conda
108
+ - JOB_NAME : " 34_slow"
93
109
- python : 2.7
94
110
env :
95
111
- EXPERIMENTAL=true
Original file line number Diff line number Diff line change
1
+ dateutil
2
+ pytz
3
+ openpyxl
4
+ xlsxwriter
5
+ xlrd
6
+ html5lib
7
+ patsy
8
+ beautiful-soup
9
+ numpy
10
+ cython
11
+ scipy
12
+ numexpr
13
+ pytables
14
+ matplotlib=1.3.1
15
+ lxml
16
+ sqlalchemy
17
+ bottleneck
18
+ pymysql
19
+ psycopg2
You can’t perform that action at this time.
0 commit comments