提交 e4511dd4 authored 作者: Saizheng Zhang's avatar Saizheng Zhang

add flake8 package into travis.yml so as to pass the test in travis

上级 577d966e
...@@ -22,6 +22,7 @@ install: ...@@ -22,6 +22,7 @@ install:
- source activate pyenv - source activate pyenv
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install pydot; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install pydot; fi
- pip install . --no-deps --use-mirrors - pip install . --no-deps --use-mirrors
- pip install flake8
# command to run tests # command to run tests
env: env:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论