mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 09:36:44 +03:00
Run pre-commit on all files
This commit is contained in:
parent
87cf3d4b80
commit
0f3d786402
|
@ -14,7 +14,7 @@ matrix:
|
|||
- env: TOXENV=pre-commit
|
||||
python: 3.6
|
||||
install:
|
||||
- pip install coveralls tox mypy
|
||||
- pip install coveralls tox
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install mypy; fi
|
||||
script: tox
|
||||
after_success: coveralls
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import os
|
||||
|
||||
import sphinx_graphene_theme
|
||||
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
|
|
Loading…
Reference in New Issue
Block a user