Skip to content

Commit

Permalink
Switch to Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 5, 2019
1 parent 354a594 commit 4af84b3
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 42 deletions.
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Pull Requests
- If the pull request adds functionality, it is tested and the docs are updated.
- You've added yourself to ``AUTHORS.rst``.

4. Submit a pull request to ``marshmallow-code:dev`` or the appropriate maintenance branch. The `Travis CI <https://travis-ci.org/marshmallow-code/marshmallow-sqlalchemy>`_ build must be passing before your pull request is merged.
4. Submit a pull request to ``marshmallow-code:dev`` or the appropriate maintenance branch.
The `CI <https://dev.azure.com/sloria/sloria/_build/latest?definitionId=10&branchName=dev>`_ build
must be passing before your pull request is merged.

Running Tests
+++++++++++++
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ MIT licensed. See the bundled `LICENSE <https://github.com/marshmallow-code/mars
.. |pypi-package| image:: https://badgen.net/pypi/v/marshmallow-sqlalchemy
:target: https://pypi.org/project/marshmallow-sqlalchemy/
:alt: Latest version
.. |build-status| image:: https://badgen.net/travis/marshmallow-code/marshmallow-sqlalchemy/dev
:target: https://travis-ci.org/marshmallow-code/marshmallow-sqlalchemy
:alt: Travis-CI
.. |build-status| image:: https://dev.azure.com/sloria/sloria/_apis/build/status/marshmallow-code.marshmallow-sqlalchemy?branchName=dev
:target: https://dev.azure.com/sloria/sloria/_build/latest?definitionId=10&branchName=dev
:alt: Build status
.. |docs| image:: https://readthedocs.org/projects/marshmallow-sqlalchemy/badge/
:target: http://marshmallow-sqlalchemy.readthedocs.io/
:alt: Documentation
Expand Down
38 changes: 38 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
trigger:
branches:
include: [dev, test-me-*]
tags:
include: ['*']

resources:
repositories:
- repository: sloria
type: github
endpoint: github
name: sloria/azure-pipeline-templates
ref: refs/heads/sloria

jobs:
- template: job--python-tox.yml@sloria
parameters:
toxenvs:
- lint

- py27-marshmallow2
- py27-lowest

- py35-marshmallow2
- py35-marshmallow3

- py36-marshmallow2
- py36-marshmallow3

- py37-marshmallow2
- py37-marshmallow3

- docs
os: linux
- template: job--pypi-release.yml@sloria
parameters:
dependsOn:
- tox_linux

0 comments on commit 4af84b3

Please sign in to comment.