提交 fea2435c authored 作者: Mathieu Germain's avatar Mathieu Germain

oops == instead of = for pip install

上级 0e9dfcb7
...@@ -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; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install pydot; fi
- pip install . --no-deps - pip install . --no-deps
- pip install flake8-future-import 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:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论