aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-26 17:03:23 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-26 17:03:23 -0800
commitfe9fa9b19d66036588791f340b9e187cf14509ec (patch)
tree0a97f7f424775a986bedf7d420a11b65352ced38 /.travis.yml
parent16a2ca4d7540e1ef9786be132932a559e26b268e (diff)
Add python
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 23531973ad..4699e0376d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,6 @@ script:
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt
- ./tools/run_tests/run_tests.py -l node -t -j 16 -c opt
+ - ./tools/run_tests/run_tests.py -l python -t -j 16 -c opt
notifications:
email: false