removing travis
This commit is contained in:
parent
d7b2e89150
commit
6144ad5e3e
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
|
|
||||||
Loading…
Reference in New Issue