update README and CI

This commit is contained in:
scito 2022-09-04 00:56:14 +02:00
parent 9d08ebaa38
commit 2eaab5e3b5
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: extract_otp_secret_keys name: tests
on: [push] on: [push]
@ -30,6 +30,3 @@ jobs:
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest pytest
- name: Test with unittest
run: |
python -m unittest

View file

@ -4,6 +4,7 @@
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/protobuf) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/protobuf)
![GitHub Pipenv locked Python version](https://img.shields.io/github/pipenv/locked/python-version/scito/extract_otp_secret_keys) ![GitHub Pipenv locked Python version](https://img.shields.io/github/pipenv/locked/python-version/scito/extract_otp_secret_keys)
![License](https://img.shields.io/github/license/scito/extract_otp_secret_keys) ![License](https://img.shields.io/github/license/scito/extract_otp_secret_keys)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/scito/extract_otp_secret_keys?sort=semver&label=version)
--- ---