mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
* Set up tox for testing supported Django/Python combinations * Also include tox env for checking and building docs * Use tox-travis for Travis CI integration * Add tests against Django master * Document building docs and running tests with tox
12 lines
85 B
Plaintext
12 lines
85 B
Plaintext
.DS_Store
|
|
._*
|
|
*.pyc
|
|
*.egg
|
|
*.egg-info
|
|
.eggs/
|
|
.tox/
|
|
build/
|
|
dist/
|
|
docs/_build/
|
|
local.py
|