Remove Travis cruft and update changelog.

This commit is contained in:
Jannis Leidel 2020-12-21 12:15:29 +01:00
parent 30ed184c18
commit ed3cf0b94d
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 5 additions and 27 deletions

View file

@ -1,27 +0,0 @@
language: python
dist: xenial
cache: pip
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- pypy3
services:
- redis-server
install: pip install tox-travis codecov
script: tox
after_success:
- codecov
deploy:
provider: pypi
user: jazzband
server: https://jazzband.co/projects/django-defender/upload
distributions: sdist bdist_wheel
skip_existing: true
password:
secure: d/PVFgBDMpG6UvBOxXBLH4vc7+tiPsjhq4YLgXfX0iXbdNHUnnCyDLg/XUQ7x0e7kRj+lhmBzytZxu3IpOY+5MuWk4JTqwoBHGuUlmTC9XEVvioqd/nFW7qVe36YKZHKuMDlmwBNQarJZdSBUFAoCfklZKI09sXA1qc8E3BLAb8=
on:
tags: true
repo: jazzband/django-defender
python: 3.7

View file

@ -2,6 +2,11 @@
Changes
=======
Unreleased
----------
- Move CI to GitHub Actions.
0.8.0
-----