Define a test workflow

This commit is contained in:
Brian Quinlan
2019-03-29 19:41:54 -07:00
committed by GitHub
parent 29ae8ceb6d
commit f557802397

View File

@@ -18,3 +18,10 @@ jobs:
- run:
command: |
nox -f noxfile -s lint
workflows:
version: 2
test:
jobs:
- Unit Test
- Lint