From a79c02ecdf2ec7b8bfb84c8af42691029a35829d Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Wed, 22 Apr 2020 22:33:12 -0700 Subject: Drop Travis and Appveyor CI Switch to Github Actions exclusively --- .travis.yml | 83 ------------------------------------------------------------- 1 file changed, 83 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7b81f29..0000000 --- a/.travis.yml +++ /dev/null @@ -1,83 +0,0 @@ -language: generic - -env: - global: - - PYMODULE=immutables - - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7 3.8" - - - S3_UPLOAD_USERNAME=oss-ci-bot - - S3_UPLOAD_BUCKET=magicstack-oss-releases - - TWINE_USERNAME=magicstack-ci - -branches: - # Avoid building PR branches. - only: - - master - - ci - - releases - - /^v\d+(\.\d+)*$/ - -matrix: - fast_finish: - true - - include: - - os: linux - dist: trusty - sudo: false - language: python - python: "3.5" - env: BUILD=tests - - - os: linux - dist: xenial - sudo: true - language: python - python: "3.7" - env: BUILD=tests - - - os: linux - dist: xenial - language: python - python: "3.8" - env: BUILD=tests - - - os: linux - dist: trusty - sudo: required - language: python - python: "3.6" - env: BUILD=tests,wheels,release - services: [docker] - - - os: osx - env: BUILD=tests,wheels PYTHON_VERSION=3.5.5 - - - os: osx - env: BUILD=tests,wheels PYTHON_VERSION=3.6.5 - - - os: osx - env: BUILD=tests,wheels PYTHON_VERSION=3.7.0 - - - os: osx - env: BUILD=tests,wheels PYTHON_VERSION=3.8.0 - -cache: - pip - -before_install: - - .ci/travis-before-install.sh - -install: - - .ci/travis-install.sh - -script: - - .ci/travis-tests.sh - - .ci/travis-build-wheels.sh - -deploy: - provider: script - script: .ci/travis-release.sh - on: - tags: true - condition: '"${BUILD}" == *release*' -- cgit v1.2.3