提交 ee0cd649 authored 作者: Frederic Bastien's avatar Frederic Bastien

Try to disable the extra test

上级 8cf9da02
...@@ -37,7 +37,7 @@ install: ...@@ -37,7 +37,7 @@ install:
- source activate pyenv - source activate pyenv
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install pydot; else pip install pydot-ng; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install pydot; else pip install pydot-ng; fi
- pip install . --no-deps - pip install . --no-deps
- pip install flake8-future-import==0.3.2 nose-parameterized==0.5.0 - pip install flake8-future-import nose-parameterized==0.5.0
# command to run tests # command to run tests
env: env:
......
...@@ -29,7 +29,7 @@ __contact__ = "Saizheng Zhang <saizhenglisa..at..gmail.com>" ...@@ -29,7 +29,7 @@ __contact__ = "Saizheng Zhang <saizhenglisa..at..gmail.com>"
# - "'absolute_import' present" # - "'absolute_import' present"
# - "'print_function' present" # - "'print_function' present"
# Redundant error code generated by flake8-future-import module # Redundant error code generated by flake8-future-import module
ignore = ('E501', 'E123', 'E133', 'FI12', 'FI14', 'FI15', 'FI50', 'FI51', 'FI53') ignore = ('E501', 'E123', 'E133', 'FI12', 'FI14', 'FI15', 'FI16', 'FI17', 'FI50', 'FI51', 'FI53')
whitelist_flake8 = [ whitelist_flake8 = [
"compat/six.py", # This is bundled code that will be deleted, don't fix it "compat/six.py", # This is bundled code that will be deleted, don't fix it
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论