Skip to content

Commit

Permalink
Merge branch 'master' of github.com:snehalbaghel/badgrclient
Browse files Browse the repository at this point in the history
  • Loading branch information
snehalbaghel committed Sep 30, 2020
2 parents 1f73161 + 2c6e691 commit c51c0da
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python application

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@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r test-requirements.txt
- name: Test with tox
run: |
tox
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BadgrClient
_A python library for Badgr APIs_
_A python library for [Badgr](https://github.com/concentricsky/badgr-server) APIs_


## Usage
Expand Down

0 comments on commit c51c0da

Please sign in to comment.