Skip to content

Commit

Permalink
test python 3.5 and 3.6, replaced travis-ci with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lnoor committed May 14, 2021
1 parent f158812 commit 0db1abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install tox and run tox for each version of Python defined in the matrix


name: Python tox
name: Unit tests

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ tinyrpc: A small and modular way of handling web-related RPC

.. image:: https://readthedocs.org/projects/tinyrpc/badge/?version=latest
:target: https://tinyrpc.readthedocs.io/en/latest
.. image:: https://travis-ci.org/mbr/tinyrpc.svg?branch=master
:target: https://travis-ci.org/mbr/tinyrpc
.. image:: https://github.com/mbr/tinyrpc/actions/workflows/python-tox.yml/badge.svg
:target: https://github.com/mbr/tinyrpc/actions/workflows/python-tox.yml
.. image:: https://badge.fury.io/py/tinyrpc.svg
:target: https://pypi.org/project/tinyrpc/

Expand Down

0 comments on commit 0db1abd

Please sign in to comment.