Skip to content

Merge pull request #88 from logzio/add-dependabot #69

Merge pull request #88 from logzio/add-dependabot

Merge pull request #88 from logzio/add-dependabot #69

Workflow file for this run

name: CI Tests
on: [ push ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
with:
python-version: '3.x'
- name: Install tox
run: pip install tox
- name: Run tox
run: python -m tox