Files
django-anymail/.gitignore
medmunds b06d684dd5 Use tox for running tests and building docs
* 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
2018-03-15 13:08:07 -07:00

12 lines
85 B
Plaintext

.DS_Store
._*
*.pyc
*.egg
*.egg-info
.eggs/
.tox/
build/
dist/
docs/_build/
local.py