Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI is no longer used #5100

Closed
wants to merge 2 commits into from
Closed

Conversation

radarhere
Copy link
Member

As of #5088, Travis CI is no longer used for this repository.

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is pretty similar to #5050, except #5050 also:

Removes the diffcover stuff, not run since #5029, and I've not checked it in a while, so let's just remove it (unless anyone else wants it), and we have linting on the CI anyway

Would you like to keep diffcover?

@@ -5,6 +5,6 @@ set -e
python -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests

# Docs
if [ "$TRAVIS_PYTHON_VERSION" == "3.9" ] && [ "$TRAVIS_CPU_ARCH" == "amd64" ]; then
if [ "$GHA_PYTHON_VERSION" == "3.9" ] && [ "$GHA_OS" == "ubuntu-latest" ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already tested on GHA at

- name: Docs
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.9
run: |
python3 -m pip install sphinx-removed-in sphinx-rtd-theme
make doccheck

@radarhere
Copy link
Member Author

Oh, sorry for the duplicate.

@radarhere radarhere closed this Dec 18, 2020
@radarhere radarhere deleted the travis branch December 18, 2020 08:15
@hugovk
Copy link
Member

hugovk commented Dec 18, 2020

No problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants