Skip to content

Commit ca9ad41

Browse files
committed
Drop tests on Travis, Appveyor, and Azure Pipelines.
1 parent 6ad08b8 commit ca9ad41

File tree

5 files changed

+4
-148
lines changed

5 files changed

+4
-148
lines changed

.travis.yml

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

README.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@
66

77
.. _PyPI link: https://pypi.org/project/skeleton
88

9-
.. image:: https://dev.azure.com/jaraco/skeleton/_apis/build/status/jaraco.skeleton?branchName=master
10-
:target: https://dev.azure.com/jaraco/skeleton/_build/latest?definitionId=1&branchName=master
11-
12-
.. image:: https://img.shields.io/travis/jaraco/skeleton/master.svg
13-
:target: https://travis-ci.org/jaraco/skeleton
9+
.. image:: https://github.com/jaraco/skeleton/workflows/Automated%20Tests/badge.svg
10+
:target: https://github.com/jaraco/skeleton/actions?query=workflow%3A%22Automated+Tests%22
11+
:alt: Automated Tests
1412

1513
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1614
:target: https://github.com/psf/black
1715
:alt: Code style: Black
1816

19-
.. .. image:: https://img.shields.io/appveyor/ci/jaraco/skeleton/master.svg
20-
.. :target: https://ci.appveyor.com/project/jaraco/skeleton/branch/master
21-
2217
.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
2318
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest

appveyor.yml

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

azure-pipelines.yml

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

skeleton.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Relies on a .flake8 file to correct some default behaviors:
108108

109109
## Continuous Integration
110110

111-
The project is pre-configured to run tests through multiple CI providers.
111+
The project is pre-configured to run Continuous Integration tests.
112112

113113
### Github Actions
114114

@@ -119,30 +119,6 @@ Features include:
119119
- run on late (and updated) platform versions
120120
- automated releases of tagged commits
121121

122-
### Azure Pipelines
123-
124-
[Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) were adopted for free, fast, multi-platform services. See azure-pipelines.yml for more details.
125-
126-
Azure Pipelines require many [complicated setup steps](https://github.com/Azure/azure-devops-cli-extension/issues/968) that have not been readily automated.
127-
128-
Features include:
129-
130-
- test against multiple Python versions
131-
- run on Ubuntu Bionic
132-
133-
### Travis CI
134-
135-
[Travis CI](https://travis-ci.org) is configured through .travis.yml. Any new project must be enabled either through their web site or with the `travis enable` command.
136-
137-
Features include:
138-
- test against Python 3
139-
- run on Ubuntu Bionic
140-
- correct for broken IPv6
141-
142-
### AppVeyor
143-
144-
A minimal template for running under AppVeyor (Windows) is provided.
145-
146122
### Continuous Deployments
147123

148124
In addition to running tests, an additional publish stage is configured to automatically release tagged commits to PyPI using [API tokens](https://pypi.org/help/#apitoken). The release process expects an authorized token to be configured with each Github project (or org) `PYPI_TOKEN` [secret](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets). Example:

0 commit comments

Comments
 (0)