diff --git a/.travis.yml b/.travis.yml
index de320b59a3ae43020889d62362e2a9a0ff6c18cb..eeb3dc2c859795fe02c1683c104de4a8266b38a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,6 @@ 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:
   - rvm use $RUBY_VERSION
diff --git a/tools/run_tests/run_python.sh b/tools/run_tests/run_python.sh
index 9c7dea008dba914fe873ee2cbd28df8ff053bcce..d534eab7cabdb8314870ff6f8be59911398dce9f 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -36,6 +36,8 @@ cd $(dirname $0)/../..
 root=`pwd`
 export LD_LIBRARY_PATH=$root/libs/opt
 source python2.7_virtual_environment/bin/activate
+ldd python2.7
+ldd python2.7_virtual_environment/local/lib/python2.7/site-packages/grpc/_adapter/_c.so
 # TODO(issue 215): Properly itemize these in run_tests.py so that they can be parallelized.
 # TODO(atash): Enable dynamic unused port discovery for this test.
 # TODO(mlumish): Re-enable this test when we can install protoc