提交 affa95a0 编写于 作者: J jrzaurin

Modified travis.yml file

上级 263663e5
......@@ -8,7 +8,6 @@ matrix:
fast_finish: true
- name: "Code Style (Black/Flake8)"
install:
- pip install --upgrade pip
- pip install black
- pip install flake8
script:
......@@ -18,9 +17,6 @@ matrix:
- flake8 . --count --select=E901,E999,F821,F822,F823 --ignore=E266 --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 --ignore=E203,E266,E501,E722,F401,F403,F405,W503,C901 --statistics
# - name: "static type check"
# script:
# - mypy pytorch_widedeep --ignore-missing-imports --no-strict-optional
after_success: skip
install:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册