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

View file

@ -4,6 +4,8 @@ Coding style
Please follow these coding standards when writing code for inclusion in Django.
.. _coding-style-python:
Python style
============
@ -51,6 +53,8 @@ Python style
(``six.assertRaisesRegex()`` as long as we support Python 2) only if you need
to use regular expression matching.
.. _coding-style-imports:
Imports
=======