Skip to content

Commit af32995

Browse files
Merge remote-tracking branch 'upstream/master'
2 parents df99d10 + f15d76a commit af32995

58 files changed

Lines changed: 1462 additions & 1218 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ language: python
44

55
cache: pip
66

7-
python:
8-
- 'pypy3'
9-
- '3.8'
10-
- '3.4'
11-
- '3.5'
12-
- '3.6'
13-
- '3.7'
7+
matrix:
8+
include:
9+
- python: 3.8
10+
env: TOXENV=lint
11+
- python: pypy3
12+
- python: 3.8
13+
- python: 3.4
14+
- python: 3.5
15+
- python: 3.6
16+
- python: 3.7
17+
- python: 3.8
18+
env: TOXENV=docker-tests
19+
- python: 3.8
20+
env: TOXENV=docs
1421

1522
#matrix:
1623
# allow_failures:

docs/examples/auto-instrumentation/README.md

Lines changed: 0 additions & 165 deletions
This file was deleted.

docs/examples/basic_tracer/README.rst

Lines changed: 0 additions & 39 deletions
This file was deleted.

docs/examples/basic_tracer/__init__.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/examples/http/README.rst

Lines changed: 0 additions & 65 deletions
This file was deleted.

docs/examples/http/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/examples/http/server.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)