group: travis_latest language: python cache: pip python: - 2.7 - 3.6 install: - pip install --upgrade pip - pip install pycocotools script: - true