Split analysis and test dependencies

This commit is contained in:
Swen Kooij
2019-10-20 17:41:31 +03:00
parent 8c78e5f978
commit 3bf7926c57
4 changed files with 14 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ jobs:
- run:
name: Install Python packages
command: pip install -r requirements/test.txt
command: pip install -r requirements/analysis.txt
- run:
name: Verify formatting / linting