skip codecov after fastapi tests

This commit is contained in:
Samuel Colvin
2019-12-09 12:19:30 +00:00
parent bdc3973d90
commit 4318fc183e
+7 -6
View File
@@ -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