mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-28 07:16:56 -05:00
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
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -3,6 +3,8 @@
|
||||
*.pyc
|
||||
*.egg
|
||||
*.egg-info
|
||||
.eggs/
|
||||
.tox/
|
||||
build/
|
||||
dist/
|
||||
docs/_build/
|
||||
|
||||
Reference in New Issue
Block a user