From: Thomas Fillon Date: Fri, 4 Jul 2014 10:49:46 +0000 (+0200) Subject: fix:(travis): fix pytables package in travis X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c638b4765493bb296b8e56ce961f1571a27f67e7;p=timeside-diadems.git fix:(travis): fix pytables package in travis --- diff --git a/.travis.yml b/.travis.yml index 751a6f2..95a619d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - 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 pytables + - 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 # command to install dependencies diff --git a/README.rst b/README.rst index c7a79fb..3574305 100644 --- a/README.rst +++ b/README.rst @@ -292,7 +292,7 @@ Dependencies Needed:: python (>=2.7) python-setuptools python-numpy python-scipy python-h5py python-matplotlib python-imaging - python-simplejson python-yaml python-mutagen libhdf5-serial-dev pytables python-gst0.10 + python-simplejson python-yaml python-mutagen libhdf5-serial-dev python-tables python-gst0.10 gstreamer0.10-gnonlin gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly Optional::