diff --git a/.travis.yml b/.travis.yml index fe5a9acb58c..d8c9e385bbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,5 @@ script: - ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt - ./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 1 -c opt notifications: email: false