ci: nose tests still need a config file

This commit is contained in:
Iain Learmonth 2022-05-17 08:18:41 +01:00
parent 8c9565f284
commit 253d0627d8

View file

@ -38,6 +38,7 @@ test:mypy:
test:nose: test:nose:
script: script:
- cp config.yaml.example config.yaml
- apt update && apt install build-essential - apt update && apt install build-essential
- pip install -r requirements.txt --quiet - pip install -r requirements.txt --quiet
- pip install nose - pip install nose