From 56c5b3cf0c01d404461e7a951221c2b20411c815 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 8 Oct 2012 17:06:10 +0200 Subject: [PATCH] try python-gst install --- .travis.yml | 1 + MANIFEST.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f3aed02..b2146c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/MANIFEST.in b/MANIFEST.in index 1ffb805..6e724fe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 -- 2.39.5