Skip to content

Commit

Permalink
Merge branch 'master' into feature/trace-get-current-span
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi authored May 22, 2020
2 parents 791c31b + f15d76a commit 6973d24
Show file tree
Hide file tree
Showing 48 changed files with 1,173 additions and 1,091 deletions.
21 changes: 14 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ language: python

cache: pip

python:
- 'pypy3'
- '3.8'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
matrix:
include:
- python: 3.8
env: TOXENV=lint
- python: pypy3
- python: 3.8
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
env: TOXENV=docker-tests
- python: 3.8
env: TOXENV=docs

#matrix:
# allow_failures:
Expand Down
165 changes: 0 additions & 165 deletions docs/examples/auto-instrumentation/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/examples/basic_tracer/README.rst

This file was deleted.

14 changes: 0 additions & 14 deletions docs/examples/basic_tracer/__init__.py

This file was deleted.

65 changes: 0 additions & 65 deletions docs/examples/http/README.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/examples/http/requirements.txt

This file was deleted.

59 changes: 0 additions & 59 deletions docs/examples/http/server.py

This file was deleted.

Loading

0 comments on commit 6973d24

Please sign in to comment.