Add Postal support

Thanks to @tiltec for researching, implementing, testing and documenting it.
This commit is contained in:
Tilmann Becker
2021-06-08 02:11:35 +02:00
committed by GitHub
parent f831fe814a
commit e90c10b546
14 changed files with 1674 additions and 25 deletions

View File

@@ -88,6 +88,7 @@ jobs:
# Install without optional extras (don't need to cover entire matrix)
- { tox: django31-py37-none, python: "3.7" }
- { tox: django31-py37-amazon_ses, python: "3.7" }
- { tox: django31-py37-postal, python: "3.7" }
# Test some specific older package versions
- { tox: django22-py37-all-old_urllib3, python: "3.7" }