os-ken/.travis.yml

11 lines
165 B
YAML

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