From 55c1554fa23b3ab69b68f27ce13a45804abdd8c7 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Sat, 2 Jan 2016 23:15:14 -0800 Subject: [PATCH] Remove parallel unit testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e901c7c5..e90828f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -137,7 +137,7 @@ script: # Run unit tests - start_test "unit tests"; - PYTHONPATH=. py.test --cov pyqtgraph -n 4 -sv; + PYTHONPATH=. py.test --cov pyqtgraph -sv; check_output "unit tests"; - echo "test script finished. Current directory:" - pwd