1 Star 0 Fork 219

testerclub / Airtest

forked from AirtestProject / Airtest 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1003 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
gzliuxin 提交于 2018-03-30 14:16 . exclude *.air flake8 check in travis.yml
group: travis_latest
language: python
cache: pip
python:
- 2.7
- 3.6
#- nightly
#- pypy
#- pypy3
matrix:
allow_failures:
- python: nightly
- python: pypy
- python: pypy3
install:
- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude *.air
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude *.air
script:
- true # pytest --capture=sys # add other tests here
# - runtest.sh # requires connecting an android phone with ADB. We are not using mock now.
notifications:
on_success: change
on_failure: change # `always` will be the setting once code changes slow down
Python
1
https://gitee.com/testerclub/Airtest.git
git@gitee.com:testerclub/Airtest.git
testerclub
Airtest
Airtest
master

搜索帮助

14c37bed 8189591 565d56ea 8189591