未验证 提交 65df295a 编写于 作者: Y Yibing Liu 提交者: GitHub

Merge pull request #46 from cclauss/patch-2

Travis CI: Run Python 2 and Python 3 tests in parallel
language: cpp language: python
compiler: gcc
cache: ccache cache: ccache
dist: trusty
services:
- docker
os:
- linux
env:
- JOB=PRE_COMMIT
addons: addons:
apt: apt:
packages: packages:
- git - git
- python # ssh_known_hosts: 13.229.163.131
- python-pip env:
- python2.7-dev - JOB=PRE_COMMIT
ssh_known_hosts: 13.229.163.131 matrix:
include:
- python: 2.7
- python: 3.7
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
before_install: before_install:
- sudo pip install -U virtualenv pre-commit pip - pip install --upgrade pip
- pip install pre-commit
script: script:
- exit_code=0 - exit_code=0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册