Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Mar 14, 2020
1 parent d0820f4 commit 54f2a58
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Test with tox
run: |
pip install tox
tox
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
gilt
****

.. image:: https://github.com/retr0h/gilt/workflows/Tests/badge.svg
:target: https://github.com/retr0h/gilt/actions
:alt: Actions Status

.. image:: https://badge.fury.io/py/python-gilt.svg
:target: https://badge.fury.io/py/python-gilt
:alt: PyPI Package
Expand Down

0 comments on commit 54f2a58

Please sign in to comment.