Add initial travis configuration
This commit is contained in:
parent
2b618dafc3
commit
17100b2a26
19
.travis.yml
Normal file
19
.travis.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user