mirror of
https://github.com/nextcloud/news-updater.git
synced 2025-12-23 22:07:41 -05:00
11 lines
129 B
YAML
11 lines
129 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.5"
|
|
- "3.6"
|
|
|
|
before_install:
|
|
- pip install pycodestyle mypy
|
|
|
|
script:
|
|
- make test |