Skip to content
Snippets Groups Projects
Commit 670a525f authored by Mike Pennisi's avatar Mike Pennisi
Browse files

Install linter dependencies in CI

Ensure that the linter's Python dependencies are satisfied in the
continuous integration environment.

Note that this is not currently necessary but only because the linter's
dependencies happen to align with those of the test generation tool. The
dependencies of the two tool should be satisfied explicitly in order to
promote isolation.
parent 83119652
No related branches found
No related tags found
No related merge requests found
language: python language: python
install: pip install --requirement tools/generation/requirements.txt install:
- pip install --requirement tools/generation/requirements.txt
- pip install --requirement tools/lint/requirements.txt
script: script:
- ./tools/scripts/ci_build.sh - ./tools/scripts/ci_build.sh
- ./tools/generation/test/run.py - ./tools/generation/test/run.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment