提交 a0f84ff1 编写于 作者: W wuzewu

Add command line test script

上级 f6ce1de9
language: python
python:
- '2.7'
- '3.5'
- '3.6'
- '2.7'
- '3.5'
- '3.6'
script: if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi
script:
- if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi
- /bin/bash ./scripts/test_cml.sh
notifications:
email:
......
#!/bin/bash
set -o errexit
base_path=$(cd `dirname $0`; pwd)
cd $base_path
# test install command
hub install lac
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册