farmOS / farmOS.py

A Python library for interacting with farmOS over API.
GNU General Public License v3.0
27 stars 12 forks source link

Add configuration for GitLab CI #26

Closed paul121 closed 4 years ago

paul121 commented 4 years ago

Add .gitlab-ci.yml file that only runs tests via python setup.py test

The GitLab Pipeline is configured with the required Environment variables to run tests against a farmOS testing server.

paul121 commented 4 years ago

Closing. Trying to setup CI on new PR for this repo.