siemens / codeface

Codeface is a framework for analysing technical and social aspects of software development
siemens.github.io/codeface
GNU General Public License v2.0
67 stars 38 forks source link

Remove Python pre-provisioning from Travis config #37

Closed Ext3h closed 8 years ago

Ext3h commented 8 years ago

The Vagrant image is using the system wide installation of Python, and so should do Travis in order to ensure that both systems behave alike as much as possible.

This prevents Travis from enforcing a virtualenv sandbox and deletes the pre-installed, incompatible pip-version.

Signed-off-by: Andreas Ringlstetter andreas.ringlstetter@gmail.com

Ext3h commented 8 years ago

It's an ugly hack, but for now necessary to work around an incompatibility in the Python environment provided by Travis.

wolfgangmauerer commented 8 years ago

Thanks, merged (it seems I overlooked this request, so merging took far too long)