Skip to content

Commit f932f51

Browse files
committed
Merge remote-tracking branch 'pydata/master'
2 parents 7bad3b9 + 2709f77 commit f932f51

File tree

213 files changed

+27381
-8766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+27381
-8766
lines changed

.binstar.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
package: pandas
2+
user: jreback
3+
4+
platform:
5+
#- osx-64
6+
#- linux-32
7+
- linux-64
8+
- win-64
9+
#- win-32
10+
11+
engine:
12+
#- python=2.6
13+
- python=2.7
14+
#- python=3.3
15+
#- python=3.4
16+
17+
before_script:
18+
- python -V
19+
20+
script:
21+
- conda build conda.recipe --quiet
22+
23+
iotimeout: 600
24+
25+
build_targets: conda
26+
27+
notifications:
28+
email:
29+
recipients: ['[email protected]']
30+
31+
---
32+
platform: win-32
33+
engine: python=2.6
34+
exclude: true
35+
---
36+
platform: win-64
37+
engine: python=2.6
38+
exclude: true

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dist
5555
######################
5656
.directory
5757
.gdb_history
58-
.DS_Store?
58+
.DS_Store
5959
ehthumbs.db
6060
Icon?
6161
Thumbs.db

.travis.yml

+38
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
- LOCALE_OVERRIDE="it_IT.UTF-8"
2323
- BUILD_TYPE=conda
2424
- JOB_NAME: "26_nslow_nnet"
25+
- INSTALL_TEST=true
2526
- python: 2.7
2627
env:
2728
- NOSE_ARGS="slow and not network and not disabled"
@@ -30,6 +31,24 @@ matrix:
3031
- JOB_TAG=_LOCALE
3132
- BUILD_TYPE=conda
3233
- JOB_NAME: "27_slow_nnet_LOCALE"
34+
- python: 2.7
35+
env:
36+
- NOSE_ARGS="not slow and not disabled"
37+
- FULL_DEPS=true
38+
- CLIPBOARD_GUI=gtk2
39+
- BUILD_TYPE=conda
40+
- JOB_NAME: "27_build_test"
41+
- JOB_TAG=_BUILD_TEST
42+
- BUILD_TEST=true
43+
- python: 2.7
44+
env:
45+
- NOSE_ARGS="not slow and not disabled"
46+
- FULL_DEPS=true
47+
- CLIPBOARD_GUI=gtk2
48+
- BUILD_TYPE=pydata
49+
- JOB_NAME: "27_build_test"
50+
- JOB_TAG=_BUILD_TEST
51+
- BUILD_TEST=true
3352
- python: 2.7
3453
env:
3554
- NOSE_ARGS="not slow and not disabled"
@@ -115,6 +134,24 @@ matrix:
115134
- NUMPY_BUILD=master
116135
- BUILD_TYPE=pydata
117136
- PANDAS_TESTING_MODE="deprecate"
137+
- python: 2.7
138+
env:
139+
- NOSE_ARGS="not slow and not disabled"
140+
- FULL_DEPS=true
141+
- CLIPBOARD_GUI=gtk2
142+
- BUILD_TYPE=conda
143+
- JOB_NAME: "27_build_test"
144+
- JOB_TAG=_BUILD_TEST
145+
- BUILD_TEST=true
146+
- python: 2.7
147+
env:
148+
- NOSE_ARGS="not slow and not disabled"
149+
- FULL_DEPS=true
150+
- CLIPBOARD_GUI=gtk2
151+
- BUILD_TYPE=pydata
152+
- JOB_NAME: "27_build_test"
153+
- JOB_TAG=_BUILD_TEST
154+
- BUILD_TEST=true
118155

119156
before_install:
120157
- echo "before_install"
@@ -147,6 +184,7 @@ script:
147184
# nothing here, or failed tests won't fail travis
148185

149186
after_script:
187+
- ci/install_test.sh
150188
- if [ -f /tmp/doc.log ]; then cat /tmp/doc.log; fi
151189
- source activate pandas && ci/print_versions.py
152190
- ci/print_skipped.py /tmp/nosetests.xml

0 commit comments

Comments
 (0)