Skip to content

0.2.14: make superintend return the collected elements in case of no … #67

0.2.14: make superintend return the collected elements in case of no …

0.2.14: make superintend return the collected elements in case of no … #67

Workflow file for this run

name: test
on: [push]
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: unittest
run: |
python -m pip install -r requirements.txt
python -m unittest
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: unittest
run: |
python -m pip install -r requirements.txt
python -m black --check kioss/* test/*