Skip to content

Commit

Permalink
ci: remove Travis CI
Browse files Browse the repository at this point in the history
Azure Pipelines now does everything we were doing in Travis.

And with this, we now have a single CI system!
  • Loading branch information
indygreg committed Sep 16, 2019
1 parent b632341 commit 8434b41
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 335 deletions.
152 changes: 0 additions & 152 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Bug Fixes
Changes
-------

* Windows CI transitioned to Azure Pipelines (from AppVeyor).
* CI transitioned to Azure Pipelines (from AppVeyor and Travis CI).
* Switched to ``pytest`` for running tests (from ``nose``).
* Bundled zstandard library upgraded from 1.3.8 to 1.4.3.

Expand Down
7 changes: 2 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The canonical home for this project lives in a Mercurial repository run by
the author. For convenience, that repository is frequently synchronized to
https://github.com/indygreg/python-zstandard.

| |pipelines-status| |ci-status|
| |ci-status|
Requirements
============
Expand Down Expand Up @@ -1598,8 +1598,5 @@ their work, consider donating some money. Any amount is appreciated.
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=gregory%2eszorc%40gmail%2ecom&lc=US&item_name=python%2dzstandard&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
:alt: Donate via PayPal

.. |pipelines-status| image:: https://dev.azure.com/gregoryszorc/python-zstandard/_apis/build/status/indygreg.python-zstandard?branchName=master
.. |ci-status| image:: https://dev.azure.com/gregoryszorc/python-zstandard/_apis/build/status/indygreg.python-zstandard?branchName=master
:target: https://dev.azure.com/gregoryszorc/python-zstandard/_apis/build/status/indygreg.python-zstandard?branchName=master

.. |ci-status| image:: https://travis-ci.org/indygreg/python-zstandard.svg?branch=master
:target: https://travis-ci.org/indygreg/python-zstandard
64 changes: 0 additions & 64 deletions ci/download-travis.py

This file was deleted.

81 changes: 0 additions & 81 deletions ci/travis-build.sh

This file was deleted.

32 changes: 0 additions & 32 deletions ci/travis-install.sh

This file was deleted.

0 comments on commit 8434b41

Please sign in to comment.