Add type check to travis (#31)

This commit is contained in:
Chris Kleinknecht 2019-06-27 09:38:05 -07:00 committed by GitHub
parent 6838c64c8a
commit ef890d67eb
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
[tox]
skipsdist = True
envlist = py37-lint
envlist = py37-lint, py37-mypy
[testenv]
deps =
py37-lint: pylint
py37-mypy: mypy
commands =
py37-lint: pylint opentelemetry-api/opentelemetry/trace/
py37-lint: pylint opentelemetry-api/opentelemetry/
py37-mypy: mypy opentelemetry-api/opentelemetry/