You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
pipeline:
|
|
backend:
|
|
image: python
|
|
environment:
|
|
- GITEA_URL="http://localhost:3000/"
|
|
- GITEA_SUDO_TOKEN="foobar"
|
|
commands:
|
|
- pip install virtualenv
|
|
- make env
|
|
- make lint
|
|
- make coverage
|