From c44b618968eefe79ee78a83d98949361636c91b6 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 14 May 2021 17:25:42 +0100 Subject: [PATCH] travis: Drop pypy testing pypy has a long startup time. It's exceptionally unlikely anyone is using sphinx-click in this environment. Drop this. Signed-off-by: Stephen Finucane --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f642319..584cfce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,6 @@ stages: - deploy jobs: include: - - stage: test - python: pypy - dist: trusty - stage: deploy python: 3.6 install: skip # no tests, no depedencies needed