i3pystatus/.travis.yml
2015-08-19 20:03:19 +02:00

8 lines
122 B
YAML

language: python
sudo: false
python:
- "3.3"
install:
- "pip install -r dev-requirements.txt"
script: "./ci-build.sh"