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
- 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:
script:
- cp config.yaml.example config.yaml