Add initial travis configuration

This commit is contained in:
Rico Tiongson 2019-03-04 13:26:48 +08:00
parent 2b618dafc3
commit 17100b2a26

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
addons:
apt:
packages:
- libxdo-dev
- libinput-tools
install:
- pip install . -vv
script:
- python setup.py test -vv