On Thu, 2017-03-30 at 09:04 -0400, Ken Giusti wrote: > I'll take a look. > > For the time being you can disable the py33 test (remove it from the > envlist in the tox.ini.in file), since that's the only version of > python that appears to fail.
81771b3d NO-JIRA: Disable py33,py34 TOX environments in travis.yml Make the tox.ini envlist settable from cmake option TOX_ENVLIST Update .travis.yml to exclude py33,py34 from the envlist as both cause failures. cmake prints a warning if TOX_ENVLIST is set to any non-default value to remind us that this is a temporary measure. When the problem is fixed, revert .travis.yml to re-enable the defaults. > -K > > ----- Original Message ----- > > From: "Alan Conway" <[email protected]> > > To: "dev" <[email protected]> > > Sent: Wednesday, March 29, 2017 6:20:10 PM > > Subject: Proton TOX tests failing on travis auto-builds > > > > For example: > > https://travis-ci.org/alanconway/qpid-proton/builds/216539536 > > > > > > Anybody want to figure out why? If not I can just turn tox tests > > off in > > .travis.yml > > > > > > > > ----------------------------------------------------------------- > > ---- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
