From 2dae4626774da1ef1fe6c6a9e311f2b7f57e76f9 Mon Sep 17 00:00:00 2001 From: Samantha Baldwin Date: Thu, 20 Oct 2016 01:11:40 -0400 Subject: [PATCH] update .travis.yml to reflect setuptools migration --- .travis.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 768f8e2..bbc063f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,15 +13,13 @@ install: - sudo apt-get install -qq gstreamer0.10-tools python-gst0.10 - sudo pip install twisted - # Checkout - - ./autogen.sh - - # Building - - ./configure - - make + # Build bundled C utils + - cd src + - sudo make install + - cd .. # Installing - - sudo make install + - sudo python setup.py install script: - python -m unittest discover