aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-02-27 16:12:24 -0800
committerGravatar murgatroid99 <mlumish@google.com>2015-02-27 16:12:24 -0800
commitb7063f1416cdff1a9d44e1622ab48dbaddcdd66a (patch)
tree8961638dbb41dd4a9f280f5dd25d29d10008e418 /.travis.yml
parent21bcda3e1df56233da36c578e7d8aed9e71fafad (diff)
Added python tests to .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 17957584b7..47ab5e888d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,9 @@ env:
global:
- RUBY_VERSION=2.1
matrix:
- - CONFIG=dbg TEST=c
- - CONFIG=dbg TEST=c++
- - CONFIG=opt TEST=c
- - CONFIG=opt TEST=c++
- - CONFIG=opt TEST=node
- - CONFIG=opt TEST=ruby
+ - CONFIG=opt TEST=python
script:
+ - which python
- rvm use $RUBY_VERSION
- gem install bundler
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0