-
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.
jugglinmike authoredInstalling 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