diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 218bb1132a3..00000000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ -dist: focal -addons: - apt: - packages: - - ffmpeg - - libudev-dev - - libavformat-dev - - libavcodec-dev - - libavdevice-dev - - libavutil-dev - - libswscale-dev - - libswresample-dev - - libavfilter-dev - -python: - - "3.7.1" - - "3.8" - -env: - - TOX_ARGS="-- --test-group-count 4 --test-group 1" - - TOX_ARGS="-- --test-group-count 4 --test-group 2" - - TOX_ARGS="-- --test-group-count 4 --test-group 3" - - TOX_ARGS="-- --test-group-count 4 --test-group 4" - -jobs: - fast_finish: true - include: - - python: "3.7.1" - env: TOXENV=lint - - python: "3.7.1" - # PYLINT_ARGS=--jobs=0 disabled for now: https://github.com/PyCQA/pylint/issues/3584 - env: TOXENV=pylint TRAVIS_WAIT=30 - - python: "3.7.1" - env: TOXENV=typing - -cache: - pip: true - directories: - - $HOME/.cache/pre-commit -install: pip install -U tox tox-travis -language: python -script: ${TRAVIS_WAIT:+travis_wait $TRAVIS_WAIT} tox -vv --develop ${TOX_ARGS-} diff --git a/docs/source/conf.py b/docs/source/conf.py index 242a90088b3..ab09df87ae3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -207,7 +207,6 @@ html_theme_options = { "github_repo": PROJECT_GITHUB_REPOSITORY, "github_type": "star", "github_banner": True, - "travis_button": True, "touch_icon": "logo-apple.png", # 'fixed_sidebar': True, # Re-enable when we have more content }