mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-26 11:33:55 +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
|
python: pypy-5.7.1
|
||||||
- env: TOXENV=pre-commit
|
- env: TOXENV=pre-commit
|
||||||
python: 3.6
|
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
|
script: tox
|
||||||
after_success: coveralls
|
after_success: coveralls
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user