We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cf3d4 commit 0f3d786Copy full SHA for 0f3d786
.travis.yml
@@ -14,7 +14,7 @@ matrix:
14
- env: TOXENV=pre-commit
15
python: 3.6
16
install:
17
- - pip install coveralls tox mypy
+ - pip install coveralls tox
18
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install mypy; fi
19
script: tox
20
after_success: coveralls
docs/conf.py
@@ -1,4 +1,5 @@
1
import os
2
+
3
import sphinx_graphene_theme
4
5
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
0 commit comments