.travis.yml 168 Bytes
Newer Older
liangjing's avatar
liangjing committed
1
2
3
4
5
6
7
8
9
10
11
group: travis_latest
language: python
cache: pip
python:
    - 2.7
    - 3.6
install:
    - pip install --upgrade pip 
    - pip install pycocotools
script:
    - true