9 lines
155 B
YAML
9 lines
155 B
YAML
language: python
|
|
services: docker
|
|
before_script:
|
|
- pip install pipenv
|
|
- pipenv install --dev --system
|
|
script:
|
|
- pipenv run test
|
|
- pipenv run agent
|