Codebase list python-pygerrit2 / 1e1366e9-bfbd-4099-bd64-276524098748/main .travis.yml
1e1366e9-bfbd-4099-bd64-276524098748/main

Tree @1e1366e9-bfbd-4099-bd64-276524098748/main (Download .tar.gz)

.travis.yml @1e1366e9-bfbd-4099-bd64-276524098748/mainraw · history · blame

sudo: required
dist: trusty

services:
  - docker

language: python
matrix:
    include:
        - python: 3.5
          dist: trusty
          sudo: false
        - python: 3.6
          dist: trusty
          sudo: false
        - python: 3.7
          dist: xenial
          sudo: true

install:
  - pip install pipenv

script:
  - make test