File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 44 include :
55 - python : 3.5
66 env : TOX_ENV=lint
7+ after_success :
8+ - echo
79 - python : 3.5
810 env : TOX_ENV=docs
11+ after_success :
12+ - eval "$(ssh-agent -s)"; touch docs/key; chmod 0600 docs/key
13+ - openssl aes-256-cbc -d -K "$encrypted_9c2bf3fbb9ea_key" -iv "$encrypted_9c2bf3fbb9ea_iv"
14+ < docs/key.enc > docs/key && ssh-add docs/key
15+ -
git remote set-url --push origin "[email protected] :$TRAVIS_REPO_SLUG" 16+ - export ${!TRAVIS*}
17+ - tox -e docsV
918python :
1019 - 3.5
1120 - 3.4
@@ -21,12 +30,6 @@ before_script:
2130script : tox -e ${TOX_ENV:-py${TRAVIS_PYTHON_VERSION//.}}
2231after_success :
2332 - coveralls
24- - eval "$(ssh-agent -s)"; touch docs/key; chmod 0600 docs/key
25- - openssl aes-256-cbc -d -K "$encrypted_9c2bf3fbb9ea_key" -iv "$encrypted_9c2bf3fbb9ea_iv" < docs/key.enc > docs/key
26- && ssh-add docs/key
27- -
git remote set-url --push origin "[email protected] :$TRAVIS_REPO_SLUG" 28- - export ${!TRAVIS*}
29- - tox -e docsV
3033
3134# Deploy.
3235deploy :
You can’t perform that action at this time.
0 commit comments