Add travis-ci
This commit is contained in:
parent
64ce0b2dc6
commit
3079b300a5
14
.travis.yml
Normal file
14
.travis.yml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user