From 65c4bc92fb99241afd0cafb8bbf25b78f268f363 Mon Sep 17 00:00:00 2001 From: Cruz Monrreal II Date: Tue, 16 Oct 2018 17:33:56 -0500 Subject: [PATCH] Added line in python testing to print pip modules in use --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c35c8c0a43..a4ee664283 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,6 +86,7 @@ matrix: - arm-none-eabi-gcc --version - python --version + - pip list --verbose script: # Run local testing on tools - PYTHONPATH=. coverage run -a -m pytest tools/test