ci: adds a nose test
This commit is contained in:
parent
7e8e9e1033
commit
97a59bf239
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue