mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
11 lines
132 B
YAML
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
|