os-ken/.travis.yml

11 lines
139 B
YAML

language: python
python:
- "2.6"
- "2.7"
install:
- "pip install -r tools/pip-requires --use-mirrors"
script:
- "./run_tests.sh"