From 2aa9d4a09716433c04377aff97082de47d8d9727 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 16 Apr 2018 17:27:11 -0700 Subject: [PATCH] Run pytest -vv in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc01da26..5480edde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: - 3.6 script: - - python setup.py test + - pytest -vv