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:
committed by
GitHub
parent
2dc4263b63
commit
bc27f29dbe
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
cache: pip
|
||||
install:
|
||||
- pip install requests packaging
|
||||
script:
|
||||
- python tests.py
|
||||
Reference in New Issue
Block a user