Skip to content
  • Stephen Finucane's avatar
    tox: Add tox.ini file · f09e982f
    Stephen Finucane authored
    
    
    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: default avatarStephen Finucane <stephenfinucane@hotmail.com>
    Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
    f09e982f