Skip to content

Commit 445e46a

Browse files
committed
Merge branch 'master' of https://github.com/pandas-dev/pandas into disown5
2 parents 7a711f9 + 24a50fc commit 445e46a

20 files changed

+1526
-323
lines changed

.circleci/config.yml

-38
This file was deleted.

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,23 @@ matrix:
4343
apt:
4444
packages:
4545
- language-pack-zh-hans
46+
4647
- dist: trusty
4748
env:
4849
- JOB="2.7" ENV_FILE="ci/deps/travis-27.yaml" PATTERN="not slow"
4950
addons:
5051
apt:
5152
packages:
5253
- python-gtk2
54+
55+
- dist: trusty
56+
env:
57+
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="not slow and not network" LOCALE_OVERRIDE="zh_CN.UTF-8"
58+
5359
- dist: trusty
5460
env:
5561
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36.yaml" PATTERN="not slow and not network" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
62+
5663
- dist: trusty
5764
env:
5865
- JOB="3.7, NumPy dev" ENV_FILE="ci/deps/travis-37-numpydev.yaml" PATTERN="not slow and not network" TEST_ARGS="-W error" PANDAS_TESTING_MODE="deprecate"

README.md

-8
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@
4545
</a>
4646
</td>
4747
</tr>
48-
<tr>
49-
<td></td>
50-
<td>
51-
<a href="https://circleci.com/gh/pandas-dev/pandas">
52-
<img src="https://circleci.com/gh/circleci/mongofinil/tree/master.svg?style=shield&circle-token=223d8cafa7b02902c3e150242520af8944e34671" alt="circleci build status" />
53-
</a>
54-
</td>
55-
</tr>
5648
<tr>
5749
<td></td>
5850
<td>

ci/circle/install_circle.sh

-81
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)