This is an automated email from the ASF dual-hosted git repository. nlu90 pushed a commit to branch neng/py3-upgrade in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 0248d08928690a1f856abaee10631381a493f892 Author: Neng Lu <[email protected]> AuthorDate: Mon Jan 6 15:42:27 2020 -0800 travis config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6847ef..6832a36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: - g++-4.8 - gcc-4.8-multilib - g++-4.8-multilib - - python2.7 + - python3 - wget - pkg-config - zip @@ -48,6 +48,6 @@ script: - g++ --version - which python - python -V - - which python2.7 + - which python3 - python2.7 -V - scripts/travis/ci.sh
