Björn Andersson
Björn Andersson
I don't understand the Travis error, I don't understand why it would complain about Google Compute Engine? ``` ConftestImportFailure: (local('/home/travis/build/Netflix-Skunkworks/raven-python-lambda/raven_python_lambda/tests/conftest.py'), (, ImportError('No module named google_compute_engine',), )) ```
Okay, seems to be something with boto having it in there. I can't replicate it locally :( Seem to be generally running the same versions and `tox` across py27, py36,...
Okay, so I couldn't leave it be and it seems to be because of some weird Travis configuration: https://github.com/travis-ci/travis-ci/issues/7940 By adding a step to remove `/etc/boto.cfg` before running all the...