1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #22446 -- Added tox.ini to automate pull request checks.

This commit is contained in:
Tobias McNulty
2016-06-19 17:08:41 -04:00
committed by Tim Graham
parent 3ea7167bb5
commit 09d38746ba
6 changed files with 144 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@
*.egg-info
*.pot
*.py[co]
.tox/
__pycache__
MANIFEST
dist/