diff --git a/.travis.yml b/.travis.yml index f6abf53..507e9a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,22 +8,23 @@ python: # See https://github.com/travis-ci/travis-ci/issues/9815 matrix: include: - - python: 3.7 - dist: xenial - sudo: true + - python: 3.7 + dist: xenial + sudo: true sudo: false cache: pip install: - - pip install tox-travis +- pip install tox-travis script: tox -v after_success: - - bash <(curl -s https://codecov.io/bash) +- bash <(curl -s https://codecov.io/bash) deploy: provider: pypi user: jazzband - distributions: "sdist bdist_wheel" + server: https://jazzband.co/projects/django-dbtemplates/upload + distributions: sdist bdist_wheel password: - secure: B7imNYNndd2HEr79+3/jXLjFo/MdzzHUkH1NJ7G+YFtYjEkRFEaVuPXhuX1LYO9/qzYDcqHVrnsg65ZUXCftAg0/zFZ7zhEn/WEYZA2nkPosoSrYNV+s3XH/DMmpXdG6mKRN4D0mLQXaCwGeuQ2wHFOg7HCsz+tojFwYnEyN9ag= + secure: xDkRgaRI29FIVfQ5WEj6zSIlbBdFK/BE2RYQpSggVeTpUaZucS2RtE7it2hCMMYU5patHbcGJtw/DKGMtAhhZcm9tYCpn7cyW6vyF7tT385mbk5yggdjz5MoIHjQJD9NW1fqFRwLIJPICy6U6apxvQ1SpVtF13Dfu5AaCMv4cvk= on: tags: true repo: jazzband/django-dbtemplates