1 Star 0 Fork 2

George / adminset

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 536 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
python:
- "2.7"
- "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install flake8"
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
# 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
# command to run tests
script: pytest test.py
1
https://gitee.com/datapark/adminset.git
git@gitee.com:datapark/adminset.git
datapark
adminset
adminset
master

搜索帮助