Skip to content
Snippets Groups Projects
Commit fcc19c4b authored by Ellis Percival's avatar Ellis Percival
Browse files

Initial trial of Github actions

parent e2c80d6c
No related branches found
No related tags found
No related merge requests found
name: Run tests
on: push
jobs:
test:
name: Run tests with tox
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Run tox
uses: docker://python:3.6
run: tox -e py36
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment