Skip to content

Package as Python Package and add continuous integration on testing and packaging

Santiago Saavedra requested to merge ssaavedra/ci-pythonegg into master

Add a setuptools-compliant Python Package that can be installed with pip.

An optional [dev] suffix allows installing dev dependencies.

Continuous integration via Gitlab-CI is also added in order to continuously create the Python Package and run the Django tests.

Merge request reports