From: Thomas Fillon Date: Thu, 13 Nov 2014 09:33:28 +0000 (+0100) Subject: Travis: Reactivate virtualenv and instal pkg_resources X-Git-Tag: 0.7^2~38^2~17 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=91c59e240e1c0cd5b698154dd63b5e1d25ab698f;p=timeside.git Travis: Reactivate virtualenv and instal pkg_resources --- diff --git a/.travis.yml b/.travis.yml index 5c4f6c2..063fbce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,16 @@ language: python python: - "2.7" -#virtualenv: -# system_site_packages: true +virtualenv: + system_site_packages: true # command to prepare the system to install prerequisites or dependencies before_install: - - deactivate - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad - - virtualenv --system-site-packages venv - - source venv/bin/activate # command to install dependencies install: @@ -23,6 +20,7 @@ install: # command to run tests before_script: + - pip install pkg-resources - pip install coverage script: