diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-08-31 01:38:25 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-08-31 01:38:25 (GMT) |
commit | 40982e03a34d869900d6ae2201c19cbdcf9a6d6f (patch) | |
tree | f7d0d080f6dd4466bcffd8fb3a1dc615fe9a3c04 | |
parent | 39ed0329355f656404e78951dbb8d37a4351dbe3 (diff) | |
download | SCons-40982e03a34d869900d6ae2201c19cbdcf9a6d6f.zip SCons-40982e03a34d869900d6ae2201c19cbdcf9a6d6f.tar.gz SCons-40982e03a34d869900d6ae2201c19cbdcf9a6d6f.tar.bz2 |
see if defining _JAVA_OPTIONS= to nothing will quiet STDERR from java which is breaking tests for py3.7
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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) |