File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed
Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ matrix:
5959 - CLIPBOARD=xsel
6060 - BUILD_TYPE=conda
6161 - 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"
6270 - python : 3.2
6371 env :
6472 - NOSE_ARGS="not slow and not network and not disabled"
@@ -90,6 +98,14 @@ matrix:
9098 - JOB_TAG=_SLOW
9199 - BUILD_TYPE=conda
92100 - 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"
93109 - python : 2.7
94110 env :
95111 - 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