mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +08:00
removing travis
This commit is contained in:
26
.travis.yml
26
.travis.yml
@ -1,26 +0,0 @@
|
|||||||
dist: xenial
|
|
||||||
|
|
||||||
language: python
|
|
||||||
|
|
||||||
cache: pip
|
|
||||||
|
|
||||||
python:
|
|
||||||
- '3.4'
|
|
||||||
- '3.5'
|
|
||||||
- '3.6'
|
|
||||||
- '3.7'
|
|
||||||
- '3.8'
|
|
||||||
- 'pypy3'
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
install:
|
|
||||||
- pip install tox-travis
|
|
||||||
|
|
||||||
script:
|
|
||||||
- tox
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- pip install codecov
|
|
||||||
- codecov -v
|
|
Reference in New Issue
Block a user