delete .travis.yml
parent
d5df655c08
commit
adbcd80a1d
19
.travis.yml
19
.travis.yml
|
@ -1,19 +0,0 @@
|
||||||
os: linux
|
|
||||||
language: python
|
|
||||||
cache: pip
|
|
||||||
dist: bionic
|
|
||||||
python:
|
|
||||||
- "3.5"
|
|
||||||
- "3.6"
|
|
||||||
- "3.7"
|
|
||||||
- "3.8"
|
|
||||||
install:
|
|
||||||
- pip install -U pip setuptools
|
|
||||||
- pip install tox-travis
|
|
||||||
- pip install codecov
|
|
||||||
- pip install pre-commit
|
|
||||||
script:
|
|
||||||
- tox
|
|
||||||
- pre-commit run --all-files
|
|
||||||
after_success:
|
|
||||||
- codecov
|
|
Loading…
Reference in New Issue