mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
Try installing mypy only when python version is 3.6
This commit is contained in:
parent
1d49df033c
commit
87cf3d4b80
|
@ -13,7 +13,9 @@ matrix:
|
|||
python: pypy-5.7.1
|
||||
- env: TOXENV=pre-commit
|
||||
python: 3.6
|
||||
install: pip install coveralls tox mypy
|
||||
install:
|
||||
- pip install coveralls tox mypy
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install mypy; fi
|
||||
script: tox
|
||||
after_success: coveralls
|
||||
cache:
|
||||
|
|
Loading…
Reference in New Issue
Block a user