From fe9fa9b19d66036588791f340b9e187cf14509ec Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 26 Feb 2015 17:03:23 -0800 Subject: Add python --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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 -- cgit v1.2.3