Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
ad98674f
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "d8d208acdea43a274bd74ed27119a4f95e8e0946"
Unverified
Commit
ad98674f
authored
Apr 22, 2020
by
Kai Chen
Committed by
GitHub
Apr 22, 2020
Browse files
Update to v0.4.4 (#235)
parent
887ad81e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
.travis.yml
.travis.yml
+5
-3
mmcv/version.py
mmcv/version.py
+1
-1
No files found.
.travis.yml
View file @
ad98674f
...
@@ -30,9 +30,11 @@ before_script:
...
@@ -30,9 +30,11 @@ before_script:
-
isort -rc --check-only --diff mmcv/ tests/ examples/
-
isort -rc --check-only --diff mmcv/ tests/ examples/
-
yapf -r -d mmcv/ tests/ examples/
-
yapf -r -d mmcv/ tests/ examples/
script
:
coverage run --source=mmcv
setup.py
test
script
:
coverage run
--branch
--source=mmcv
-m pytest
test
s/
after_success
:
codecov
after_success
:
-
coverage report -m
-
codecov
deploy
:
deploy
:
provider
:
pypi
provider
:
pypi
...
@@ -43,6 +45,6 @@ deploy:
...
@@ -43,6 +45,6 @@ deploy:
branch
:
master
branch
:
master
tags
:
true
tags
:
true
python
:
"
3.7"
python
:
"
3.7"
distributions
:
sdist bdist_wheel
distributions
:
sdist
#
bdist_wheel
is not supported due to the cpp extension
skip_cleanup
:
true
skip_cleanup
:
true
skip_upload_docs
:
true
skip_upload_docs
:
true
mmcv/version.py
View file @
ad98674f
# Copyright (c) Open-MMLab. All rights reserved.
# Copyright (c) Open-MMLab. All rights reserved.
__version__
=
'0.4.
3
'
__version__
=
'0.4.
4
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment