Remove parallel unit testing

This commit is contained in:
Luke Campagnola 2016-01-02 23:15:14 -08:00
parent 21c79d1c4a
commit 55c1554fa2

View File

@ -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