From f1a58fc8cac20dffb81a3e1601365595f6906625 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Fri, 18 Dec 2020 09:20:13 -0500 Subject: [PATCH] Reverting Python testing --- .github/scripts/python-pkg-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/python-pkg-test.sh b/.github/scripts/python-pkg-test.sh index 49c5caf78..5bb2c39d8 100644 --- a/.github/scripts/python-pkg-test.sh +++ b/.github/scripts/python-pkg-test.sh @@ -3,10 +3,10 @@ # Starting at repo root cd python_apps/airtime_analyzer -nosetests . -x -e +nosetests . -x cd ../api_clients -nosetests . -x -e +nosetests . -x # Reset to repo root cd ../.. \ No newline at end of file