Skip to content

Commit

Permalink
Switch to stage based werker
Browse files Browse the repository at this point in the history
  • Loading branch information
redaxmedia committed Feb 3, 2022
1 parent ef5a4f7 commit dc22040
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
box: python:3.9

build:
lint:
steps:
- script:
name: install
code: |
pip install flake8
pip install mock
pip install mypy
pip install pyqt5
pip install pyqt5-stubs
pip install pytest
pip install pytest-cov
pip install pytest-mock
pip install requests
pip install types-mock
pip install types-requests
- script:
name: lint
code: |
flake8 bin/chroma-feedback chroma_feedback tests
mypy bin/chroma-feedback chroma_feedback tests
test:
steps:
- script:
name: test
code: pytest tests
code: |
pip install mock
pip install pyqt5
pip install pyqt5-stubs
pip install pytest
pip install pytest-mock
pip install requests
pytest tests

0 comments on commit dc22040

Please sign in to comment.