Skip to content

Commit

Permalink
enable continuous integration
Browse files Browse the repository at this point in the history
Closes #137
  • Loading branch information
boldar99 committed Oct 3, 2023
1 parent ff72438 commit 810d7fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
continue-on-error: true
run:
mypy zxlive
- name: pytest
run:
pytest
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ test = [
"mypy",
"pyproject-flake8",
"pylint",
"pytest-qt",
]
deploy = ["cx_Freeze"]

Expand Down

0 comments on commit 810d7fd

Please sign in to comment.