Chase Qi | 2e6f043 | 2019-01-09 16:23:18 +0800 | [diff] [blame] | 1 | dist: xenial |
| 2 | language: python |
| 3 | python: |
| 4 | - "3.6" |
| 5 | |
| 6 | # Pre-installed packages. |
Chase Qi | 6b5b465 | 2019-01-11 14:18:28 +0800 | [diff] [blame] | 7 | # shellcheck v0.5.0 |
| 8 | # Refer to the following link to install specific version shellcheck binary. |
| 9 | # https://github.com/koalaman/shellcheck#installing-the-shellcheck-binary |
Chase Qi | 2e6f043 | 2019-01-09 16:23:18 +0800 | [diff] [blame] | 10 | # php 7.2 |
| 11 | install: |
Chase Qi | 827203c | 2019-03-07 16:19:15 +0800 | [diff] [blame] | 12 | - pip install pyyaml pycodestyle python-magic |
Chase Qi | 2e6f043 | 2019-01-09 16:23:18 +0800 | [diff] [blame] | 13 | |
| 14 | script: |
| 15 | - ./sanity-check.sh |