Skip to content

Merge pull request #84 from isym444/patch-1 #303

Merge pull request #84 from isym444/patch-1

Merge pull request #84 from isym444/patch-1 #303

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Install dependencies
run: pip install .[dev]
- name: Run tests
run: |
oj-template -h
oj-prepare -h
python setup.py test