1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00
Files
gitea-auto-update/.travis.yml
Christoph Daniel Miksche bc27f29dbe feat: add travis.yml configuration file
Commits should be checked with travis ci in the future.
2019-06-01 13:21:05 +02:00

9 lines
118 B
YAML

language: python
python:
- "3.7"
cache: pip
install:
- pip install requests packaging
script:
- python tests.py