Add "sudo apt-get install python-setuptools" to .travis.yml 'befor_install' scripts otherwise Travis CI virtualenv with system_site_packages = true causes a conflict between setuptools (in virtualenv) and distutils in /usr/lib
before_install:
- sudo add-apt-repository -y ppa:donk/gstreamer
- sudo apt-get -qq update
+ - sudo apt-get install python-setuptools
- sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- sudo apt-get install -qq libhdf5-serial-dev python-h5py
- sudo apt-get install -qq libatlas-dev libatlas-base-dev gfortran