Skip to content

Commit 863d8cb

Browse files
BREAKING CHANGE: openapi-generator version updated
1 parent d98bafa commit 863d8cb

File tree

3,489 files changed

+296790
-243449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,489 files changed

+296790
-243449
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var/
3333
# Installer logs
3434
pip-log.txt
3535
pip-delete-this-directory.txt
36+
dev-requirements.txt.log
3637

3738
# Unit test / coverage reports
3839
htmlcov/

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ stages:
1010
- pip install -r test-requirements.txt
1111
- pytest --cov=inda_hr
1212

13+
test-3.5:
14+
extends: .tests
15+
image: python:3.5-alpine
1316
test-3.6:
1417
extends: .tests
1518
image: python:3.6-alpine
@@ -19,6 +22,3 @@ test-3.7:
1922
test-3.8:
2023
extends: .tests
2124
image: python:3.8-alpine
22-
test-3.9:
23-
extends: .tests
24-
image: python:3.9-alpine

0 commit comments

Comments
 (0)