Add config file for Travis
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
f0dbb92011
commit
c06ad6e082
10
.travis.yml
Normal file
10
.travis.yml
Normal 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"
|
Loading…
Reference in New Issue
Block a user