Skip to content

Commit 48fa730

Browse files
datapythonistaPingviinituutti
authored andcommitted
CI: Moving CircleCI build to Travis (pandas-dev#24449)
1 parent a2b99a7 commit 48fa730

File tree

6 files changed

+13
-134
lines changed

6 files changed

+13
-134
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.

doc/source/contributing.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -686,13 +686,13 @@ See :ref:`contributing.warnings` for more.
686686
Testing With Continuous Integration
687687
-----------------------------------
688688

689-
The *pandas* test suite will run automatically on `Travis-CI <https://travis-ci.org/>`__,
690-
`Azure Pipelines <https://azure.microsoft.com/en-us/services/devops/pipelines/>`__,
691-
and `Circle CI <https://circleci.com/>`__ continuous integration services, once your pull request is submitted.
689+
The *pandas* test suite will run automatically on `Travis-CI <https://travis-ci.org/>`__ and
690+
`Azure Pipelines <https://azure.microsoft.com/en-us/services/devops/pipelines/>`__
691+
continuous integration services, once your pull request is submitted.
692692
However, if you wish to run the test suite on a branch prior to submitting the pull request,
693693
then the continuous integration services need to be hooked to your GitHub repository. Instructions are here
694-
for `Travis-CI <http://about.travis-ci.org/docs/user/getting-started/>`__,
695-
`Azure Pipelines <https://docs.microsoft.com/en-us/azure/devops/pipelines/>`__, and `CircleCI <https://circleci.com/>`__.
694+
for `Travis-CI <http://about.travis-ci.org/docs/user/getting-started/>`__ and
695+
`Azure Pipelines <https://docs.microsoft.com/en-us/azure/devops/pipelines/>`__.
696696

697697
A pull-request will be considered for merging when you have an all 'green' build. If any tests are failing,
698698
then you will get a red 'X', where you can click through to see the individual failed tests.
@@ -704,8 +704,7 @@ This is an example of a green build.
704704

705705
Each time you push to *your* fork, a *new* run of the tests will be triggered on the CI.
706706
You can enable the auto-cancel feature, which removes any non-currently-running tests for that same pull-request, for
707-
`Travis-CI here <https://docs.travis-ci.com/user/customizing-the-build/#Building-only-the-latest-commit>`__ and
708-
for `CircleCI here <https://circleci.com/changelog-legacy/#option-to-auto-cancel-redundant-builds>`__.
707+
`Travis-CI here <https://docs.travis-ci.com/user/customizing-the-build/#Building-only-the-latest-commit>`__.
709708

710709
.. _contributing.tdd:
711710

0 commit comments

Comments
 (0)