• 
      

    Add a tox configuration file for easier testing.

    Review Request #11362 — Created Jan. 7, 2021 and submitted

    Information

    Django Evolution
    release-2.x

    Reviewers

    This enables us to use tox to test the wide range of Python and Django
    versions, as well as multiple databases, without having to manually run
    each combination. A simple tox command invocation will run the entire
    test suite on all combinations. Tox will manage the creation of
    virtualenvs for the tree and run the tests in each.

    Been using this locally for much of Django Evolution 2.0 development and
    testing.

    Summary ID
    Add a tox configuration file for easier testing.
    This enables us to use tox to test the wide range of Python and Django versions, as well as multiple databases, without having to manually run each combination. A simple `tox` command invocation will run the entire test suite on all combinations. Tox will manage the creation of virtualenvs for the tree and run the tests in each.
    2216fa2f42cda611cb8a5d2e43c651e79bf2cc53
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.x (ce66d4b)