Skip to content

Commit cdd37e5

Browse files
committed
BLD: add 3.4 slow tester
1 parent 73c44a8 commit cdd37e5

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.travis.yml

+16
Original file line numberDiff line numberDiff 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

ci/requirements-3.4_SLOW.txt

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)