mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
18 lines
268 B
YAML
18 lines
268 B
YAML
language: python
|
|
|
|
matrix:
|
|
include:
|
|
- python: 3.7
|
|
env: TOXENV=py37-pytest
|
|
- python: 3.7
|
|
env: TOXENV=py37-lint
|
|
- python: 3.7
|
|
env: TOXENV=format-check
|
|
- python: 3.7
|
|
env: TOXENV=docs
|
|
|
|
install:
|
|
- pip install tox
|
|
|
|
script:
|
|
- tox
|