summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2017-04-18 12:21:24 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-04-18 12:21:24 -0400
commit3335034510998865c57bb900e35b441c530fe264 (patch)
tree58796282cc8316c7d3c67b4c8500ff506454f052 /.travis.yml
parentf759df6322b1b9bf6fa6b771b8b89e2f33cb0a0a (diff)
downloadqtdeclarative-testsuites-3335034510998865c57bb900e35b441c530fe264.tar.gz
Reference `requirements.txt` file in CI (#983)
Installing dependencies using this file increases parity between the CI and development environment. Because the file explicitly specifies a version of the package to be installed, this approach also produces more predictable results overall.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a1d822243..f5788e9fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: python
-install: pip install pyyaml
+install: pip install --requirement tools/generation/requirements.txt
script:
- echo The test generation tool should be working.
- ./tools/generation/test/run.py