mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Only install coveralls after success
This commit is contained in:
parent
246dc69c67
commit
1481d6a63a
11
.travis.yml
11
.travis.yml
|
@ -19,14 +19,21 @@ matrix:
|
|||
python: 3.6
|
||||
- env: TOXENV=mypy
|
||||
python: 3.6
|
||||
|
||||
install:
|
||||
- pip install coveralls tox
|
||||
- pip install tox
|
||||
|
||||
script: tox
|
||||
after_success: coveralls
|
||||
|
||||
after_success:
|
||||
- pip install coveralls
|
||||
- coveralls
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.cache/pre-commit
|
||||
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: syrusakbary
|
||||
|
|
Loading…
Reference in New Issue
Block a user