Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2f639e

Browse files
committed
Upload built docs on Python 3 only.
This saves some extra transfer and devdocs churn.
1 parent c2f3788 commit c2f639e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ after_success:
206206
codecov -e TRAVIS_PYTHON_VERSION
207207
fi
208208
- |
209-
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_REPO_SLUG == 'matplotlib/matplotlib' && $BUILD_DOCS == true && $TRAVIS_BRANCH == 'master' ]]; then
209+
if [[ $TRAVIS_PULL_REQUEST == false && $TRAVIS_REPO_SLUG == 'matplotlib/matplotlib' && $BUILD_DOCS == true && $TRAVIS_PYTHON_VERSION == "3.5" && $TRAVIS_BRANCH == 'master' ]]; then
210210
cd $TRAVIS_BUILD_DIR
211211
echo "Uploading documentation"
212212
openssl aes-256-cbc -K $encrypted_cc802e084cd0_key -iv $encrypted_cc802e084cd0_iv -in ci/travis/matplotlibDeployKey.enc -out ci/travis/matplotlibDeployKey -d

0 commit comments

Comments
 (0)