Skip to content

Commit

Permalink
Merge pull request pandas-dev#8 from jbrockmendel/disown5
Browse files Browse the repository at this point in the history
Rebase pandas-dev#24024 again
  • Loading branch information
TomAugspurger authored Dec 28, 2018
2 parents 7a711f9 + 445e46a commit 9ae6706
Show file tree
Hide file tree
Showing 20 changed files with 1,526 additions and 323 deletions.
38 changes: 0 additions & 38 deletions .circleci/config.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,23 @@ matrix:
apt:
packages:
- language-pack-zh-hans

- dist: trusty
env:
- JOB="2.7" ENV_FILE="ci/deps/travis-27.yaml" PATTERN="not slow"
addons:
apt:
packages:
- python-gtk2

- dist: trusty
env:
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="not slow and not network" LOCALE_OVERRIDE="zh_CN.UTF-8"

- dist: trusty
env:
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36.yaml" PATTERN="not slow and not network" PANDAS_TESTING_MODE="deprecate" COVERAGE=true

- dist: trusty
env:
- 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"
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@
</a>
</td>
</tr>
<tr>
<td></td>
<td>
<a href="https://circleci.com/gh/pandas-dev/pandas">
<img src="https://circleci.com/gh/circleci/mongofinil/tree/master.svg?style=shield&circle-token=223d8cafa7b02902c3e150242520af8944e34671" alt="circleci build status" />
</a>
</td>
</tr>
<tr>
<td></td>
<td>
Expand Down
81 changes: 0 additions & 81 deletions ci/circle/install_circle.sh

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 9ae6706

Please sign in to comment.