codecov
This commit is contained in:
parent
39815b3833
commit
aad7906090
@ -12,7 +12,7 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
- os: linux
|
- os: linux
|
||||||
language: generic
|
python: 3.5
|
||||||
sudo: required
|
sudo: required
|
||||||
env: WINE_PYTHON=3.5.4 PIP='wine pip' PYTHON='wine python'
|
env: WINE_PYTHON=3.5.4 PIP='wine pip' PYTHON='wine python'
|
||||||
|
|
||||||
@ -51,7 +51,11 @@ before_install:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip3 install --upgrade codecov
|
||||||
- ${PIP} install --upgrade --editable .[test,md5,bcrypt]
|
- ${PIP} install --upgrade --editable .[test,md5,bcrypt]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ${PYTHON} setup.py test
|
- ${PYTHON} setup.py test
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- codecov --env WINE_PYTHON
|
||||||
|
Loading…
Reference in New Issue
Block a user