.travis.yml 251 字节
Newer Older
W
wuzewu 已提交
1 2
language: python

W
wuzewu 已提交
3 4 5
python:
  - "3.6"

W
wuzewu 已提交
6 7 8 9 10 11
sudo: required

os:
  - linux

script:
W
wuzewu 已提交
12 13
  - /bin/bash ./scripts/test_all_case.sh ./tests/tclist_all
  - /bin/bash ./scripts/check_code_style.sh
W
wuzewu 已提交
14 15 16 17 18

notifications:
  email:
    on_success: change
    on_failure: always