update .travis.yml to reflect setuptools migration

This commit is contained in:
Samantha Baldwin
2016-10-20 01:11:40 -04:00
parent 063876b575
commit 2dae462677

View File

@@ -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