greenhouse/.travis.yml

15 lines
225 B
YAML
Raw Normal View History

2016-12-29 10:20:32 +08:00
language: python
python:
- "2.7"
2016-04-19 14:36:03 +08:00
2016-12-29 10:20:32 +08:00
addons:
apt:
packages:
- cmake
- pyqt4-dev-tools
2016-04-19 14:51:28 +08:00
2016-12-29 10:20:32 +08:00
# command to install dependencies
#install: "pip install --user -r requirements.txt"
# command to run tests
2016-04-19 14:36:03 +08:00
script: make all