Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions 19 .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ group: beta
# To cache doc-building dependencies.
cache: pip

branches:
only:
- master
- /^\d\.\d$/

os:
- linux
# macOS builds are disabled as the machines are under-provisioned on Travis,
Expand All @@ -20,6 +25,7 @@ env:
- TESTING=cpython

matrix:
fast_finish: true
allow_failures:
- env:
- TESTING=coverage
Expand All @@ -30,17 +36,10 @@ matrix:
env:
- TESTING=docs
before_script:
- |
if git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '^Doc/'
then
echo "Docs weren't updated, stopping build process."
exit
fi
cd Doc
make venv PYTHON=python3
- cd Doc
- make venv
script:
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
- make check
- make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q"
- os: linux
language: c
compiler: clang
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.