From 3335034510998865c57bb900e35b441c530fe264 Mon Sep 17 00:00:00 2001 From: jugglinmike Date: Tue, 18 Apr 2017 12:21:24 -0400 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1