mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-29 01:14:43 +00:00
Switch from coveralls to codecov
This commit is contained in:
parent
5f263f9385
commit
e1f5b7d999
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ matrix:
|
|||
python: "3.5"
|
||||
install:
|
||||
- pip install --upgrade pip tox
|
||||
- pip install -U coveralls
|
||||
- pip install -U codecov
|
||||
before_script:
|
||||
- mkdir bin
|
||||
- export CHROME_DRIVER_VERSION=`curl https://chromedriver.storage.googleapis.com/LATEST_RELEASE`
|
||||
|
|
@ -60,7 +60,7 @@ script:
|
|||
- tox -e $TOXENV
|
||||
- standard
|
||||
after_success:
|
||||
- coveralls
|
||||
- codecov
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: codingjoe
|
||||
|
|
|
|||
Loading…
Reference in a new issue