Skip to content

Commit 8434b41

Browse files
committed
ci: remove Travis CI
Azure Pipelines now does everything we were doing in Travis. And with this, we now have a single CI system!
1 parent b632341 commit 8434b41

File tree

6 files changed

+3
-335
lines changed

6 files changed

+3
-335
lines changed

.travis.yml

Lines changed: 0 additions & 152 deletions
This file was deleted.

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Bug Fixes
8787
Changes
8888
-------
8989

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

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The canonical home for this project lives in a Mercurial repository run by
1515
the author. For convenience, that repository is frequently synchronized to
1616
https://github.com/indygreg/python-zstandard.
1717

18-
| |pipelines-status| |ci-status|
18+
| |ci-status|
1919
2020
Requirements
2121
============
@@ -1598,8 +1598,5 @@ their work, consider donating some money. Any amount is appreciated.
15981598
: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
15991599
:alt: Donate via PayPal
16001600

1601-
.. |pipelines-status| image:: https://dev.azure.com/gregoryszorc/python-zstandard/_apis/build/status/indygreg.python-zstandard?branchName=master
1601+
.. |ci-status| image:: https://dev.azure.com/gregoryszorc/python-zstandard/_apis/build/status/indygreg.python-zstandard?branchName=master
16021602
:target: https://dev.azure.com/gregoryszorc/python-zstandard/_apis/build/status/indygreg.python-zstandard?branchName=master
1603-
1604-
.. |ci-status| image:: https://travis-ci.org/indygreg/python-zstandard.svg?branch=master
1605-
:target: https://travis-ci.org/indygreg/python-zstandard

ci/download-travis.py

Lines changed: 0 additions & 64 deletions
This file was deleted.

ci/travis-build.sh

Lines changed: 0 additions & 81 deletions
This file was deleted.

ci/travis-install.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)