Add config file for Travis

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2013-06-09 10:50:25 +09:00
parent f0dbb92011
commit c06ad6e082
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
install:
- "pip install -r tools/pip-requires --use-mirrors"
script:
- "./run_tests.sh"