.travis.yml 229 字节
Newer Older
J
jiangjiajun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
language: python

python:
  - '2.7'
  - '3.5'
  - '3.6'

script:
  - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi

notifications:
  email:
    on_success: change
    on_failure: always