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
923091b5
Commit
923091b5
authored
Sep 21, 2018
by
Kai Chen
Browse files
setup travis
parent
75ee2531
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
.travis.yml
.travis.yml
+28
-0
No files found.
.travis.yml
0 → 100644
View file @
923091b5
dist
:
trusty
sudo
:
required
language
:
python
before_install
:
-
sudo add-apt-repository -y ppa:mc3man/trusty-media
-
sudo apt-get update
-
sudo apt-get install -y ffmpeg
install
:
-
pip install opencv-python pyyaml codecov
cache
:
pip
:
true
env
:
global
:
-
COLUMNS=80
python
:
-
"
2.7"
-
"
3.4"
-
"
3.5"
-
"
3.6"
script
:
coverage run --source=mmcv setup.py test
after_success
:
codecov
\ No newline at end of file
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