Add apt-get dependencies to Travis configuration

This commit is contained in:
Mathieu Comandon 2017-03-03 22:27:03 -08:00
parent beb2a0ca18
commit eedd267311

View file

@ -3,6 +3,9 @@ python:
- "3.4"
- "3.5"
- "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y python3-yaml python3-gi gir1.2-gtk-3.0 psmisc
install:
- python setup.py install
script: nosetests