Run pre-commit on all files

This commit is contained in:
Daniel Gallagher 2018-06-08 22:08:58 -07:00
parent 87cf3d4b80
commit 0f3d786402
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
import os
import sphinx_graphene_theme
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'