greenhouse/.travis.yml
2016-04-19 14:58:44 +08:00

15 lines
225 B
YAML

language: python
python:
- "2.7"
addons:
apt:
packages:
- cmake
- pyqt4-dev-tools
# command to install dependencies
#install: "pip install --user -r requirements.txt"
# command to run tests
script: make all