]> git.parisson.com Git - timeside.git/commitdiff
try python-gst install
authoryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 15:06:10 +0000 (17:06 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 8 Oct 2012 15:06:10 +0000 (17:06 +0200)
.travis.yml
MANIFEST.in

index f3aed02209b8bc69eb67136f465eecacbfd04678..b2146c4677b3cb8227867958e7c57bad7e1e3dd2 100644 (file)
@@ -4,6 +4,7 @@ python:
   - "2.7"
 # command to install dependencies
 install: 
+ - "apt-get install python-gst0.10"
  - "pip install -r requirements.txt --use-mirrors"
  - "python setup.py install"
 
index 1ffb80503da09f1795d5a8f3ea6b80a57c146e7d..6e724fe6c0117577fc3ddbee534c8b42fd798dcc 100644 (file)
@@ -2,7 +2,7 @@ include AUTHORS
 include LICENSE
 include README.rst
 recursive-include timeside/tools *
-recursive-include timeside/doc *
+recursive-include doc *
 recursive-include timeside/static *
 recursive-include tests *
 recursive-exclude * *.pyc