manjaro-hello/.travis.yml

10 lines
187 B
YAML
Raw Normal View History

2016-12-18 12:13:25 +01:00
dist: trusty
sudo: required
2016-12-18 00:55:34 +01:00
language: python
python:
- "3.5"
before_install:
- sudo apt-get install -qq -y python3-gi gir1.2-gtk-3.0
# command to run tests
script: python -m unittest