Commit 923091b5 authored by Kai Chen's avatar Kai Chen
Browse files

setup travis

parent 75ee2531
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment