瀏覽代碼

Remove unused .travis.yml file

pull/1786/head
Matheus Felipe 2 年之前
committed by GitHub
父節點
當前提交
486822da8f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. +0
    -15
      .travis.yml

+ 0
- 15
.travis.yml 查看文件

@@ -1,15 +0,0 @@
language: python
python: "3.6"
notifications:
email: true
install:
- pip install -r build/requirements.txt
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
- cd build
script:
- ./main.sh

Loading…
取消
儲存