From 40982e03a34d869900d6ae2201c19cbdcf9a6d6f Mon Sep 17 00:00:00 2001 From: William Deegan Date: Thu, 30 Aug 2018 18:38:25 -0700 Subject: see if defining _JAVA_OPTIONS= to nothing will quiet STDERR from java which is breaking tests for py3.7 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8894823..3ee530e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,9 @@ jobs: - <<: *test_job python: 3.7 - env: PYVER=37 + env: + - PYVER=37 + - _JAVA_OPTIONS= sudo: required dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069) -- cgit v0.12