Skip to content

Commit 28b65f5

Browse files
committed
BLD: run slow tests on new optional build 2.7_SLOW using current versions of everything
BLD: run graphics tests on 2.7_LOCALE using old matplotlib
1 parent 8290a4d commit 28b65f5

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ci/requirements-2.7_LOCALE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xlrd=0.9.2
77
numpy=1.7.1
88
cython=0.19.1
99
bottleneck=0.8.0
10-
matplotlib=1.3.0
10+
matplotlib=1.2.1
1111
patsy=0.1.0
1212
sqlalchemy=0.8.1
1313
html5lib=1.0b2

ci/requirements-2.7_SLOW.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)