blob: 7c979ca169479dae00ed05c98e7544c77536bf1c [file] [log] [blame]
Chase Qi2e6f0432019-01-09 16:23:18 +08001dist: xenial
2language: python
3python:
4 - "3.6"
5
6# Pre-installed packages.
Chase Qi6b5b4652019-01-11 14:18:28 +08007# 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 Qi2e6f0432019-01-09 16:23:18 +080010# php 7.2
11install:
Chase Qi827203c2019-03-07 16:19:15 +080012 - pip install pyyaml pycodestyle python-magic
Chase Qi2e6f0432019-01-09 16:23:18 +080013
14script:
15 - ./sanity-check.sh