mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
16 lines
207 B
YAML
16 lines
207 B
YAML
language: python
|
|
|
|
matrix:
|
|
include:
|
|
- python: 2.7
|
|
env: TOXENV=py27
|
|
- python: 2.7
|
|
env: TOXENV=lint
|
|
- python: 2.7
|
|
env: TOXENV=docs
|
|
|
|
install:
|
|
- pip install tox
|
|
|
|
script:
|
|
- tox
|