C/I

About

MapntikTileServer use Github.com Marketplace Apps to maintain the project. Every App is for free for Open Source projects!

Code Style

Black

Black code style

Black is not integrated as a C/I, it’s just a python code auto formatter for the project. So if you like to contribute your code use black by python black ./!

To format any file in this file in black, use:

$ docker-compose -f local.yml run --rm django black ./

Tests

Travis

Travis CI tests

This project use for testing unit test, django commands & Docker-Compose builds Travis

Travis config is .travis.yml.

Documentation

Readthedocs.org

Documentation Status

Documentation is written in Sphinx in .rst file format. The sourcecode of the docs is in docs/.

Travis config is .readthedocs.yml.

Code Review

Codacy.com

Codacy quality Coverage

Codacy.com is an automated code analysis/quality tool. Codacy analyze only python for this project, also the coverage of the test are uploaded to Codacy.com via Travis.

DeepSource.io

DeepSource

DeepSource.io is like Codacy.com but it also analyzes Dockerfiles.

DeepSource config is .deepsource.toml

Dependencies

Pyup.io

Updates Python 3

Pyup.io update Python packages once a week. It pushes every update to an extra branch & create a pull request.

Pyup config is .pyup.yml

Dependabot.com

Dependabot.com update Dockerfiles once a week. It pushes every update to an extra branch & create a pull request.

Dependabot config is .dependabot/config.yml