diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8793ae4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,36 +0,0 @@ ---- -language: python -python: 3.8 - -cache: - pip: true - -branches: - only: - - master - - /^travis.*/ - - /^v.*/ - -stages: - - name: test - - name: deploy - if: branch =~ ^v.*$ - -jobs: - include: - - stage: test - install: pip install tox tox-travis coverage - script: tox - after_success: bash <(curl -s https://codecov.io/bash) - - - stage: deploy - install: skip - script: skip - deploy: - - provider: pypi - user: "__token__" - password: $PYPI_TOKEN - distributions: "sdist bdist_wheel" - skip_existing: true - on: - all_branches: true