1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

feat: add travis.yml configuration file

Commits should be checked with travis ci in the future.
This commit is contained in:
Christoph Daniel Miksche
2019-06-01 13:21:05 +02:00
committed by GitHub
parent 2dc4263b63
commit bc27f29dbe

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: python
python:
- "3.7"
cache: pip
install:
- pip install requests packaging
script:
- python tests.py