We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2b3b6 commit 88b7ed8Copy full SHA for 88b7ed8
.travis.yml
@@ -50,7 +50,7 @@ before_install:
50
fi
51
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo paddle/scripts/travis/before_install.linux.sh; fi
52
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then paddle/scripts/travis/before_install.osx.sh; fi
53
- - pip install wheel protobuf sphinx breathe recommonmark virtualenv numpy
+ - pip install wheel protobuf 'sphinx==1.4.9' breathe recommonmark virtualenv numpy
54
script:
55
- paddle/scripts/travis/main.sh
56
notifications:
0 commit comments