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.
This commit is contained in:
jugglinmike 2017-04-18 12:21:24 -04:00 committed by Leo Balter
parent f759df6322
commit 3335034510
1 changed files with 1 additions and 1 deletions

View File

@ -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