From 6e79fecf7e57adf89e072c7ce3a70a83d3d10ec4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 22 May 2019 22:54:40 -0700 Subject: [PATCH] Travis now uses pytest -v --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1553ef1e..3bbc65cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ python: script: - pip install -U pip wheel - pip install .[test] - - pytest + - pytest -v cache: directories: