Skip to content

Commit 55c4630

Browse files
authored
Merge pull request #109 from Dorthu/feature/better-linter
Use `openapi3` python module for spec linting
2 parents 8f1d149 + 42e853f commit 55c4630

File tree

3 files changed

+2
-50
lines changed

3 files changed

+2
-50
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ language: python
33
python:
44
- 3.7
55
script:
6-
- python ./bin/lint openapi.yaml
6+
- python -m openapi3 openapi.yaml

bin/lint

Lines changed: 0 additions & 48 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openapi_spec_validator
1+
openapi3

0 commit comments

Comments
 (0)