Add tox and CI for interop

This commit is contained in:
mhchia
2019-08-28 23:39:33 +08:00
parent 34a4d7b0ed
commit b726d7c9da
10 changed files with 646 additions and 2 deletions

View File

@ -8,6 +8,11 @@ matrix:
- python: 3.7
dist: xenial
env: TOXENV=lint
- python: 3.7
dist: xenial
env: TOXENV=py37-interop
before_install:
- ./install_interop_go_pkgs.sh
install:
- pip install --upgrade pip