From 69b3a6c7ddf0e4e188a600ae50949c2b6ddc166a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 21 Jun 2018 19:59:26 -0700 Subject: [PATCH] Run pytest manually python setup.py test appeared to still download a bunch of stuff https://travis-ci.org/simonw/datasette/jobs/395306188 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a5375f0..f272ab38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ python: # Executed for 3.5 AND 3.5 as the first "test" stage: script: - pip install -U pip wheel - - pip install . - - python setup.py test + - pip install .[test] + - pytest cache: directories: