We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f8b2 commit aeec352Copy full SHA for aeec352
build_tools/travis/test_script.sh
@@ -22,7 +22,6 @@ python -c "import multiprocessing as mp; print('%d CPUs' % mp.cpu_count())"
22
23
run_tests() {
24
if [[ "$USE_PYTEST" == "true" ]]; then
25
-="pytest --showlocals --durations=1 --pyargs -rs"
26
TEST_CMD="pytest --showlocals --durations=20 --pyargs"
27
else
28
TEST_CMD="nosetests --with-timer --timer-top-n 20"
0 commit comments