Skip to content

1.0.0-rc: immutable cout #10

1.0.0-rc: immutable cout

1.0.0-rc: immutable cout #10

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: unittest
run: |
python -m unittest