OpenWISP
[django-ipam] Replace checks with openwisp-utils-qa-checks
The latest update on openwisp-utils introduced a common CI script to run all
the CI tests with one command and it's time to update this repository to
the common openwisp-utils-qa-checks
.
For this task, you need to:
- Add/Update the openwisp-utils's latest version in the test requirements
- Change the .travis.yml file to run the new common checks (except the
makemigrations --dry-run
, which is not included in openwisp-utils-qa-checks), see here for example: https://github.com/openwisp/openwisp-utils/blob/master/.travis.yml - Submit the pull request.
Students who completed this task
TP123