diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 890f584a..00000000 --- a/.travis.yml +++ /dev/null @@ -1,53 +0,0 @@ -os: linux -dist: focal -language: python -python: -- 2.7 -- 3.5 -- 3.6 -- 3.7 -- 3.8 -- &mainstream_python 3.9 -- nightly -- pypy3 -install: -- pip install --upgrade --force-reinstall "setuptools; python_version != '3.3'" "setuptools < 40; python_version == '3.3'" -- pip uninstall --yes six || true -- pip install --upgrade --force-reinstall --ignore-installed -e . -- pip install "pytest==4.6.9; python_version != '3.3'" "pytest==2.9.2; python_version == '3.3'" "typing; python_version < '3'" -- &py_pkg_list pip list --format=columns || pip list -script: -- py.test -- echo Checking whether installation flow is not broken... -- pip uninstall --yes six || true -- pip install --ignore-installed . -- *py_pkg_list -jobs: - fast_finish: true - include: - - python: 3.3 - dist: trusty - - python: 3.4 - dist: trusty - - python: pypy - dist: trusty - - stage: upload new version of python package to PYPI (only for tagged commits) - python: *mainstream_python - install: skip - script: skip - deploy: - provider: pypi - on: - tags: true - all_branches: true - python: *mainstream_python - user: __token__ - distributions: "sdist bdist_wheel" - password: - secure: "F83KFmQnpBcR/BD7tBjJcmchvvoxYjIB0EDmDKEM+Rq1SJUH0qtYZlMJ0H4S8sTeY4+h26Ssfg5+oe9SqS5AkEMLFVM2lDcFtIXNR9bIvsXjkKsdxIWZJJ+Vl7EmW+ND/oj9IWnHOvaPr6F1YQqOuP2LfrDsoZ+4wo4X+UCC8xCGCaAIliPIt6y7U3ENeCQJTwUc93eDMZrEROmWAwsxF54a13CIkbTWe+S3iEp949MaNBWx2f9XNi7Gidk2gKUKordK0MXiO7+DcrQdiCAtPryqqNKR/JjZ66P9eK1A2VWyk65/5E8+OJeexuSlHGg52HKoXU2BPIkzgcaSjt79WQKVKJzYi2iD0Bd/9/RKrnq8+GVd0yT5IJV5OhwcpT0ScPs/9pAZ1mSEufx1FtXN61ujs2VEuleSQAWBiNGXsRQNCzVxgfatkUTNMjB0jxUzNay5CFrMlo5AVWBcdByhUto3szV/lxLj7arM48GHXaf+5MXhaELU8L2pTpJoQ8Rdj+Tx5HbhJ+wWF6EyT919prB2/6fM4d/MHIuHfJkCasYZSvhamGnTBzxxH9Fv7l18FyrBXF+Rz65mXVkUlxFMICSMWRJWEb4I2KWK1bsxCFy+o38TMeije+1nbvKVRKbLMn6mbXfBb/wfLTNogHFXrlR5VcugcP079dqR9O3iV4M=" - -cache: - pip: true -after_failure: -- echo "Here's a list of installed Python packages:" -- *py_pkg_list diff --git a/README.rst b/README.rst index 6339ba5d..3674bc95 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,6 @@ :target: https://pypi.org/project/six/ :alt: six on PyPI -.. image:: https://travis-ci.org/benjaminp/six.svg?branch=master - :target: https://travis-ci.org/benjaminp/six - :alt: six on TravisCI - .. image:: https://readthedocs.org/projects/six/badge/?version=latest :target: https://six.readthedocs.io/ :alt: six's documentation on Read the Docs