summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Daily <kdaily@users.noreply.github.com>2021-05-26 15:20:41 -0700
committerKenneth Daily <kdaily@users.noreply.github.com>2021-05-26 15:20:41 -0700
commit540ea3bc9b205ec5e8e04a4bfa4b1d90341b65b9 (patch)
treec6e04422b2a864d6cbb553aee798267672e92f88
parent4980ac58764c3d401cb0b9552101f9c61c18f445 (diff)
downloadboto-540ea3bc9b205ec5e8e04a4bfa4b1d90341b65b9.tar.gz
Remove travis CI.add-deprecation-notices
-rw-r--r--.travis.yml57
1 files changed, 0 insertions, 57 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4a7f0fc0..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-language: python
-
-# Some versions of python only work on certain platforms. Specifying the distribution
-# to ensure the version of python will run without issue.
-matrix:
- include:
- # Trusty Tests
- - os: linux
- dist: trusty
- python: "pypy"
- - os: linux
- dist: trusty
- python: "2.6"
- - os: linux
- dist: trusty
- python: "3.3"
- - os: linux
- dist: trusty
- python: "3.4"
- # Xenial Tests
- - os: linux
- dist: xenial
- python: "2.7"
- - os: linux
- dist: xenial
- python: "3.5"
- - os: linux
- dist: xenial
- python: "3.6"
- - os: linux
- dist: xenial
- python: "3.7"
- - os: linux
- dist: xenial
- python: "pypy3.5"
- allow_failures:
- - python: "3.7"
-
-env:
- - BOTO_CONFIG=/tmp/nowhere
-
-before_install:
- - if [ "$TRAVIS_PULL_REQUEST" != "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
- echo "No pull requests can be sent to the master branch" 1>&2;
- exit 1;
- fi
- - sudo apt-get update
- - sudo apt-get --reinstall install -qq language-pack-en language-pack-de
- - sudo apt-get install swig
-
-install:
- - pip install -U 'setuptools<40'
- - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install -r requirements-py26.txt; fi
- - if [[ $TRAVIS_PYTHON_VERSION == 3.3 ]]; then travis_retry pip install -r requirements-py33.txt; fi
- - travis_retry pip install -r requirements.txt
-
-script: python tests/test.py default