powerline/.travis.yml

15 lines
268 B
YAML

language: python
install: tests/install.sh
script: tests/test.sh
matrix:
include:
- python: "2.6"
- python: "2.7"
- python: "3.2"
- python: "3.3"
- python: "3.4"
- python: "pypy"
- python: "pypy3"
# vim: et