FAQ | This is a LIVE service | Changelog

Skip to content

Add tox support for matrix testing

UIS DevOps Division Robot requested to merge tox into master

Created by: abrahammartin

Add tox support for matrix testing. This will test agains different versions of python and different versions of django combined, thus ensuring that it works with all the versions we support.

I have also dockersised the execution of tox and used the themattrix/tox-base docker image which has all python versions installed.

I have taken the opportunity to clean up old files as well.

Merge request reports