Skip to content

Commit 41c8626

Browse files
committed
Travis update: Aug 2025 (Build 946)
[skip ci]
1 parent ad0800f commit 41c8626

3 files changed

Lines changed: 19 additions & 10 deletions

File tree

.openapi-generator-ignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled
2-
# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based
3-
# on the input provided by the users and this file will be overwritten every time when the option is
4-
# enabled (which is the exact opposite of the default behaviour to not overwrite
5-
# .openapi-generator-ignore if the file exists).
6-
71
# OpenAPI Generator Ignore
82
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
93

@@ -27,7 +21,3 @@
2721
#docs/*.md
2822
# Then explicitly reverse the ignore rule for a single file:
2923
#!docs/README.md
30-
31-
# The following entries are pre-populated based on the input obtained via
32-
# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example).
33-
.travis.yml

.openapi-generator/FILES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4+
.openapi-generator-ignore
5+
.travis.yml
46
README.md
57
docs/AccountBalanceApi.md
68
docs/BlacklistApi.md

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ref: https://docs.travis-ci.com/user/languages/python
2+
language: python
3+
python:
4+
- "3.8"
5+
- "3.9"
6+
- "3.10"
7+
- "3.11"
8+
- "3.12"
9+
# uncomment the following if needed
10+
#- "3.12-dev" # 3.12 development branch
11+
#- "nightly" # nightly build
12+
# command to install dependencies
13+
install:
14+
- "pip install -r requirements.txt"
15+
- "pip install -r test-requirements.txt"
16+
# command to run tests
17+
script: pytest --cov=messente_api

0 commit comments

Comments
 (0)