FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-schema-validator/.travis.yml at master · AlanCoding/openapi-schema-validator · GitHub
AlanCoding
/
openapi-schema-validator
Public
forked from
python-openapi/openapi-schema-validator
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-schema-validator
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 428 Bytes
Breadcrumbs
openapi-schema-validator
/
.travis.yml
Copy path
File metadata and controls
21 lines (21 loc) · 428 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
language
:
python
sudo
:
false
matrix
:
include
:
-
python
:
3.9
-
python
:
3.10
-
python
:
3.11
-
python
:
3.12
-
python
:
nightly
-
python
:
pypy3
allow_failures
:
-
python
:
nightly
before_install
:
-
curl -sL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - -y
-
export PATH=$PATH:$HOME/.local/bin
install
:
-
poetry install
script
:
-
poetry run pytest
after_success
:
-
codecov
Back
|
FazBrowse Home
|
New Git URL