mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
skip codecov after fastapi tests
This commit is contained in:
+7
-6
@@ -29,7 +29,7 @@ env:
|
||||
|
||||
after_success:
|
||||
- ls -lha
|
||||
- bash <(curl -s https://codecov.io/bash) -e CYTHON,DEPS
|
||||
- bash <(curl -s https://codecov.io/bash) -e CYTHON,DEPS,TRAVIS_JOB_NAME
|
||||
|
||||
stages:
|
||||
- name: test
|
||||
@@ -89,16 +89,17 @@ jobs:
|
||||
python: 3.8
|
||||
name: 'Without Deps 3.8'
|
||||
script:
|
||||
- pip uninstall -y cython email-validator typing-extensions devtools
|
||||
- make test
|
||||
- pip uninstall -y cython email-validator typing-extensions devtools
|
||||
- make test
|
||||
env:
|
||||
- 'DEPS=no'
|
||||
|
||||
- 'DEPS=no'
|
||||
|
||||
- stage: test
|
||||
python: 3.7
|
||||
name: 'Test FastAPI'
|
||||
script:
|
||||
- make test-fastapi
|
||||
- make test-fastapi
|
||||
after_success: skip
|
||||
|
||||
- stage: test
|
||||
python: 3.7
|
||||
|
||||
Reference in New Issue
Block a user