diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 958ac878..00000000 --- a/.travis.yml +++ /dev/null @@ -1,26 +0,0 @@ -sudo: false -language: python -matrix: - include: - # CPython 2.7 - - python: 2.7 - env: TOXENV=py27-travis-integ-slow - # CPython 3.5 - - python: 3.5 - env: TOXENV=py35-travis-integ-slow - # CPython 3.6 - - python: 3.6 - env: TOXENV=py36-travis-integ-slow - # CPython 3.7 - # xenial + sudo are currently needed to get 3.7 - # /~https://github.com/travis-ci/travis-ci/issues/9815 - - python: 3.7 - env: TOXENV=py37-travis-integ-slow - dist: xenial - sudo: true -install: - # Clean up because Travis doesn't - # /~https://github.com/travis-ci/travis-ci/issues/7940 - - if [[ $TRAVIS_SUDO ]]; then sudo rm -f /etc/boto.cfg; fi - - pip install tox -script: travis_wait 60 tox -- -vv diff --git a/README.rst b/README.rst index 86fccd24..d78d3179 100644 --- a/README.rst +++ b/README.rst @@ -18,9 +18,6 @@ Amazon DynamoDB Encryption Client for Python :target: http://aws-dynamodb-encryption-python.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. image:: https://travis-ci.org/aws/aws-dynamodb-encryption-python.svg?branch=master - :target: https://travis-ci.org/aws/aws-dynamodb-encryption-python.svg?branch=master - .. image:: /~https://github.com/aws/aws-dynamodb-encryption-python/workflows/tests/badge.svg :target: /~https://github.com/aws/aws-dynamodb-encryption-python/actions?query=workflow%3Atests :alt: tests