1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-09 23:47:21 +01:00
Files
gitea-auto-update/.travis.yml
Christoph Miksche b92496fc0d refactor: follow PEP standards
Follow Python Enhancement Proposals and add PyLint to enforce them.
2020-03-27 16:56:05 +01:00

13 lines
191 B
YAML

dist: xenial
language: python
python:
- "3.7"
cache: pip
install:
- pip install pipenv
- pipenv install
script:
- gitlint
- pylint setup.py gitea_auto_update
- python -m unittest