Add travis-ci

This commit is contained in:
tzutalin 2016-04-19 14:36:03 +08:00
parent 64ce0b2dc6
commit 3079b300a5

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
python:
- "2.7"
addons:
apt:
packages:
- cmake
- time
- pyqt4-dev-tools
# command to install dependencies
install: "sudo apt-get install pyqt4-dev-tools"
# command to run tests
script: make all