powerline/.travis.yml
ZyX 4c233122d6 Do not restrict branches to tests branch
In any case it was not working
2013-03-03 21:03:56 +01:00

11 lines
132 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install: tests/install.sh
script: tests/test.sh
# vim: et