Move codecov
to tox.ini
This commit is contained in:
parent
1ae306ae8f
commit
529829b9f1
|
@ -6,15 +6,14 @@ matrix:
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
env: TOXENV=py37-test
|
env: TOXENV=py37-test
|
||||||
after_success:
|
|
||||||
- codecov
|
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
env: TOXENV=lint
|
env: TOXENV=lint
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip codecov tox
|
- pip install --upgrade pip
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user