From b6c139350f9ee86c57e0b2d6705f1be6fe214002 Mon Sep 17 00:00:00 2001 From: dzhuang Date: Fri, 8 Sep 2017 15:47:53 +0800 Subject: [PATCH] Fix build failure on Traivs-ci --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 63bcd6d8..d3d9998f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ language: python cache: pip install: true +matrix: + include: + - python: "2.7" + env: PY_EXE=python2.7 + - python: "3.5" + env: PY_EXE=python3.5 script: - bash ./run-coveralls.sh -env: - - PY_EXE=python2.7 - - PY_EXE=python3.5 -- GitLab