Skip to content

bump version to 1.6.0 #31

bump version to 1.6.0

bump version to 1.6.0 #31

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3
uses: actions/setup-python@v1
with:
python-version: 3
- name: Run test
run: python -m unittest discover --v