Skip to content

Commit 0f3d786

Browse files
author
Daniel Gallagher
committed
Run pre-commit on all files
1 parent 87cf3d4 commit 0f3d786

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
- env: TOXENV=pre-commit
1515
python: 3.6
1616
install:
17-
- pip install coveralls tox mypy
17+
- pip install coveralls tox
1818
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install mypy; fi
1919
script: tox
2020
after_success: coveralls

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
23
import sphinx_graphene_theme
34

45
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

0 commit comments

Comments
 (0)