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 614d99503f fix: update travis.yml to pass build
Python 3.7 can only be built with the dist: xenial ...
2019-06-01 13:25:56 +02:00

10 lines
131 B
YAML

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