]> git.ozlabs.org Git - patchwork/commit
tox: Add tox.ini file
authorStephen Finucane <stephenfinucane@hotmail.com>
Tue, 7 Apr 2015 21:20:55 +0000 (22:20 +0100)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 3 May 2015 05:46:52 +0000 (13:46 +0800)
commitf09e982f58384946111d4157fd2b7c2b31b78612
tree7cdd562f1bd2ce0e5d3fbe3fce797d7284f8caca
parentae639a6a6aea26b0648a0e2d2fd4bccd7a41c791
tox: Add tox.ini file

Currently this contains calls to execute the following on the code
base:

* Unit tests (for all currently supported versions of Django). This
  requires the addition of a "test" 'local_settings' file
* PEP8 (or, rather, flake8)
* PyLint
* Coverage (based on unit tests)

These are designed in such a way that it should be possible to easily
add additional environment for testing (like Python3 or Django 1.8).

Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
tox.ini [new file with mode: 0644]