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
ModelZoo
SOLOv2-pytorch
Commits
ba927c9e
Commit
ba927c9e
authored
Oct 10, 2018
by
Kai Chen
Browse files
setup travis
parent
0af63520
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
.travis.yml
.travis.yml
+13
-0
setup.py
setup.py
+2
-1
No files found.
.travis.yml
0 → 100644
View file @
ba927c9e
dist
:
trusty
language
:
python
install
:
-
pip install flake8
python
:
-
"
2.7"
-
"
3.5"
-
"
3.6"
script
:
-
flake8
\ No newline at end of file
setup.py
View file @
ba927c9e
...
@@ -106,6 +106,7 @@ if __name__ == '__main__':
...
@@ -106,6 +106,7 @@ if __name__ == '__main__':
setup_requires
=
[
'pytest-runner'
],
setup_requires
=
[
'pytest-runner'
],
tests_require
=
[
'pytest'
],
tests_require
=
[
'pytest'
],
install_requires
=
[
install_requires
=
[
'numpy'
,
'matplotlib'
,
'six'
,
'terminaltables'
,
'pycocotools'
'mmcv'
,
'numpy'
,
'matplotlib'
,
'six'
,
'terminaltables'
,
'pycocotools'
],
],
zip_safe
=
False
)
zip_safe
=
False
)
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