Skip to content

Commit

Permalink
Add tox and travis, run pylint on builds (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t authored Jun 26, 2019
1 parent 24604c3 commit cbf464c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tox]
skipsdist = True
envlist = py37-lint

[testenv]
deps =
py37-lint: pylint

commands =
py37-lint: pylint opentelemetry-api/opentelemetry/trace/

0 comments on commit cbf464c

Please sign in to comment.