提交 66ecd2ac authored 作者: hantek's avatar hantek

add sphinx to dependencies

上级 c92b36d7
...@@ -29,6 +29,7 @@ install: ...@@ -29,6 +29,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 -U Sphinx
# command to run tests # command to run tests
env: env:
...@@ -61,8 +62,8 @@ script: ...@@ -61,8 +62,8 @@ script:
- cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])') - cd $(python -c 'import theano; import os; print(os.path.split(theano.__file__)[0])')
- echo "$PART" - echo "$PART"
- cd -; cd Theano - cd -; cd Theano
- if [ ${DOC} = "1" ]; then python doc/scripts/docgen.py --nopdf; else theano-nose -v $PART; fi - if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --nopdf; else theano-nose -v $PART; fi
- if [ ${DOC} = "1" ]; then python doc/scripts/docgen.py --test; else theano-nose -v $PART; fi - if [[ $DOC == "1" ]]; then python doc/scripts/docgen.py --test; else theano-nose -v $PART; fi
# - theano-cache list # - theano-cache list
#after_script: #after_script:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论