ci: adds a nose test

This commit is contained in:
Iain Learmonth 2022-05-16 17:37:02 +01:00
parent 7e8e9e1033
commit 97a59bf239

View file

@ -36,6 +36,13 @@ test:mypy:
- pip install -r requirements-types.txt --quiet - pip install -r requirements-types.txt --quiet
- mypy app - mypy app
test:nose:
script:
- apt update && apt install build-essential
- pip install -r requirements.txt --quiet
- pip install nose
- nosetests test/*/*.py
test:pylint: test:pylint:
script: script:
- cp config.yaml.example config.yaml - cp config.yaml.example config.yaml