summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2017-12-02 23:05:23 -0500
committerMike Pennisi <mike@mikepennisi.com>2017-12-02 23:05:23 -0500
commit670a525fd6ffa5ad851263eb45cc7995367aee3c (patch)
tree9accaaa537f1fddf0bfbab80b7314bf66167ad9d /.travis.yml
parent8311965251953d4745aeb68c98fb71fab2eac1d0 (diff)
downloadqtdeclarative-testsuites-670a525fd6ffa5ad851263eb45cc7995367aee3c.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e00b5d0d..8403926d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
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:
- ./tools/scripts/ci_build.sh
- ./tools/generation/test/run.py