Skip to content
Snippets Groups Projects
  • jugglinmike's avatar
    33350345
    Reference `requirements.txt` file in CI (#983) · 33350345
    jugglinmike authored
    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.
    33350345
    History
    Reference `requirements.txt` file in CI (#983)
    jugglinmike authored
    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 259 B
language: python
install: pip install --requirement tools/generation/requirements.txt
script:
  - echo The test generation tool should be working.
  - ./tools/generation/test/run.py
  - sh ./tools/scripts/ci.sh
after_success:
  - sh ./tools/scripts/deploy.sh