From 5ef3b2d6c902622b349a35d33eefc39f2a85e59e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 25 May 2019 09:19:30 -0700 Subject: [PATCH] Don't use -v with pytest in Travis It seems to slow things down more than I expected. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3bbc65cf..1553ef1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ python: script: - pip install -U pip wheel - pip install .[test] - - pytest -v + - pytest cache: directories: